so that we can have it as default in the webinterface Signed-off-by: Dominik Csapak <d.csa...@proxmox.com> --- data/PVE/Cluster.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index ef7a541..ae9c85f 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -1374,8 +1374,8 @@ my $datacenter_schema = { console => { optional => 1, type => 'string', - description => "Select the default Console viewer. You can either use the builtin java applet (VNC; deprecated and maps to html5), an external virt-viewer comtatible application (SPICE), or an HTML5 based viewer (noVNC).", - enum => ['applet', 'vv', 'html5'], + description => "Select the default Console viewer. You can either use the builtin java applet (VNC; deprecated and maps to html5), an external virt-viewer comtatible application (SPICE), an HTML5 based vnc viewer (noVNC), or a HTML5 based console client (xtermjs). If the selected viewer is not available (e.g. SPICE not activated for the VM), the fallback is noVNC.", + enum => ['applet', 'vv', 'html5', 'xtermjs'], }, email_from => { optional => 1, -- 2.11.0 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel