mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-16 19:17:50 +00:00
ui: qemu/audio: submitValue is default true for combobox
this was previously a display field, where submitValue defaults to false, so we required to enable it explicitly. As it changed to a combo box we can drop that. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bf14dcd87f
commit
32b73cb2c6
@ -31,7 +31,6 @@ Ext.define('PVE.qemu.AudioInputPanel', {
|
|||||||
name: 'driver',
|
name: 'driver',
|
||||||
xtype: 'proxmoxKVComboBox',
|
xtype: 'proxmoxKVComboBox',
|
||||||
value: 'spice',
|
value: 'spice',
|
||||||
submitValue: true,
|
|
||||||
fieldLabel: gettext('Backend Driver'),
|
fieldLabel: gettext('Backend Driver'),
|
||||||
comboItems: [
|
comboItems: [
|
||||||
['spice', 'spice'],
|
['spice', 'spice'],
|
||||||
|
Loading…
Reference in New Issue
Block a user