console => {
optional => 1,
type => 'string',
- description => "Select the default Console viewer. You can either use the builtin java applet (VNC), or an external virt-viewer comtatible application (SPICE).",
- enum => ['applet', 'vv'],
+ description => "Select the default Console viewer. You can either use the builtin java applet (VNC), an external virt-viewer comtatible application (SPICE), or an HTML5 based viewer (noVNC).",
+ enum => ['applet', 'vv', 'html5'],
},
},
};
+pve-cluster (3.0-14) unstable; urgency=low
+
+ * datacenter.cfg: add new value for console setting (html5)
+
+ -- Proxmox Support Team <support@proxmox.com> Wed, 25 Jun 2014 06:22:58 +0200
+
pve-cluster (3.0-13) unstable; urgency=low
* fix bug 204: use DERIVE instead of COUNTER