]> git.proxmox.com Git - pve-manager.git/commitdiff
add qxl to available kvm vga drivers
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 26 Jun 2013 11:59:15 +0000 (13:59 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 26 Jun 2013 12:03:31 +0000 (14:03 +0200)
www/manager/Utils.js

index 2a900d2708326a2f96ddafe806405ca7f17b7e14..467b80882c17b7e99fff83638a999af2a8fe1d04 100644 (file)
@@ -186,7 +186,8 @@ Ext.define('PVE.Utils', { statics: {
     kvm_vga_drivers: {
        std: 'Standard VGA',
        vmware: 'VMWare compatible',
-       cirrus: 'Cirrus Logic GD5446'
+       cirrus: 'Cirrus Logic GD5446',
+       qxl: 'SPICE'
     },
 
     render_kvm_language: function (value) {