mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 17:45:15 +00:00
add qxl to available kvm vga drivers
This commit is contained in:
parent
68143dd196
commit
0c47a68214
@ -186,7 +186,8 @@ Ext.define('PVE.Utils', { statics: {
|
|||||||
kvm_vga_drivers: {
|
kvm_vga_drivers: {
|
||||||
std: 'Standard VGA',
|
std: 'Standard VGA',
|
||||||
vmware: 'VMWare compatible',
|
vmware: 'VMWare compatible',
|
||||||
cirrus: 'Cirrus Logic GD5446'
|
cirrus: 'Cirrus Logic GD5446',
|
||||||
|
qxl: 'SPICE'
|
||||||
},
|
},
|
||||||
|
|
||||||
render_kvm_language: function (value) {
|
render_kvm_language: function (value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user