Signed-off-by: Gilles Pietri <contact+...@gilouweb.com>
---
 www/manager6/qemu/AudioEdit.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www/manager6/qemu/AudioEdit.js b/www/manager6/qemu/AudioEdit.js
index 804e5a7a..4d039adf 100644
--- a/www/manager6/qemu/AudioEdit.js
+++ b/www/manager6/qemu/AudioEdit.js
@@ -29,10 +29,14 @@ Ext.define('PVE.qemu.AudioInputPanel', {
        ]
     }, {
        name: 'driver',
-       xtype: 'displayfield',
+       xtype: 'proxmoxKVComboBox',
        value: 'spice',
        submitValue: true,
        fieldLabel: gettext('Backend Driver'),
+       comboItems: [
+           ['spice', 'spice'],
+           ['none', 'none'],
+       ]
     }]
 });
 
-- 
2.30.0


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to