]> git.proxmox.com Git - pve-cluster.git/commitdiff
datacenter config: update comment for removing applet console-viewer
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 Oct 2023 11:07:11 +0000 (13:07 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 Oct 2023 11:09:35 +0000 (13:09 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/DataCenterConfig.pm

index 09be6ebc91bd3c4a7b8d99d2c48eff5250625705..d6634e8905c829904b5244498bc592068a88e0e5 100644 (file)
@@ -361,7 +361,7 @@ my $datacenter_schema = {
            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 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.",
-           # FIXME: remove 'applet' with 8.0 (add pve7to8 check!)
+           # FIXME: remove 'applet' with 9.0 (add pve8to9 check!)
            enum => ['applet', 'vv', 'html5', 'xtermjs'],
        },
        email_from => {