> > 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?
> 
> OH, just saw that it work when I use master branch.
> 
> I only get that error when I use the stable-3 branch - any idea why?

After more testing, I also get the same error on master branch??

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to