]> git.proxmox.com Git - pve-cluster.git/commitdiff
fixup: use 'an' for 'HTML5'
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 20 Apr 2018 10:01:39 +0000 (12:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 20 Apr 2018 10:01:39 +0000 (12:01 +0200)
data/PVE/Cluster.pm

index ae9c85fa76f694bce92be60736da04f9c74c88b9..827e37ed4d05dff667fe071462f7acd01a750031 100644 (file)
@@ -1374,7 +1374,7 @@ 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), 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.",
+           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 an 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 => {