5
0
mirror of git://git.proxmox.com/git/novnc-pve.git synced 2025-01-09 01:18:03 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
Dietmar Maurer
12de86f01d use modified version of ui.js
This way, we get a very lightweight console, because we avoid loading
all ExtJS classes. Also it is fully functional on mobile devices now.

I removed the websockify code because we implement websockets in HTTPServer.pm.

The html code moved to pve-manager, because we need to include CSRF token and
gettext catalogs.
2014-08-05 06:32:13 +02:00
Dietmar Maurer
5eef998292 fix binary type detection
We need to use wss:// instead of ws:// to avoid security errors.
2014-06-18 14:18:47 +02:00