]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Utils.js
ext6migrate: update vncconsole and remove java applet code
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 26 Feb 2016 14:33:44 +0000 (15:33 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 27 Feb 2016 08:27:15 +0000 (09:27 +0100)
commitc7218ab37da2bb297fd90ceafed7cb9b9d1b4018
treebb00d372279de09d01facda1c5ffcd713db45559
parent06366d355b15944a16f6fb9f0567e69108061196
ext6migrate: update vncconsole and remove java applet code

includes the following fixes:
 * remove all code related to the old java applet vnc client
   (we do not use this anymore)
 * move static configuration to class definition
 * use Ext.ux.IFrame instead of widget.uxiframe (to be consistent)
 * change listener from show to activate (for browser refresh)
 * change deprecated autoScroll to scrollable
 * remove novnc option from openVNCViewer function,
    since we do not need this option anymore

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Utils.js
www/manager6/VNCConsole.js