]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: add virgl GPU to possible VGA drivers
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Apr 2022 14:36:31 +0000 (16:36 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Apr 2022 14:36:31 +0000 (16:36 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/Utils.js

index 08778f5c43deccf27cb751694629dcabf0eacfe7..b4e2df79b9193fc46d307c15443e9ee5a43f198c 100644 (file)
@@ -595,6 +595,7 @@ Ext.define('PVE.Utils', {
        serial2: gettext('Serial terminal') + ' 2',
        serial3: gettext('Serial terminal') + ' 3',
        virtio: 'VirtIO-GPU',
+       'virtio-gl': 'VirGL GPU',
        none: Proxmox.Utils.noneText,
     },