[pve-devel] [PATCH] bump to 0.5.1 master branch

Dietmar Maurer dietmar at proxmox.com
Thu Jun 25 08:10:28 CEST 2015


That does not work for me, because I get an runtime error inside pveui.js:

       getSetting: function(name) {
            var ctrl = $D('noVNC_' + name);
            var val = WebUtil.readSetting(name);
            if (typeof val !== 'undefined' && val !== null && ctrl.type ===
'checkbox') {

seems 'ctrl' is null?




More information about the pve-devel mailing list