[pve-devel] [PATCH pve-manager] ui: qemu: add the none audio driver as an option
Gilles Pietri
contact+dev at gilouweb.com
Thu Jan 7 18:02:44 CET 2021
Signed-off-by: Gilles Pietri <contact+dev at 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
More information about the pve-devel
mailing list