mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 20:15:55 +00:00
ui: dc/options: minor followup cleanups
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6de2baee56
commit
8144a0ddc7
@ -94,12 +94,11 @@ Ext.define('PVE.dc.OptionView', {
|
|||||||
fieldLabel: gettext('Type'),
|
fieldLabel: gettext('Type'),
|
||||||
value: 'secure',
|
value: 'secure',
|
||||||
submitValue: true,
|
submitValue: true,
|
||||||
vtype: 'IPCIDRAddress'
|
|
||||||
}, {
|
}, {
|
||||||
xtype: 'proxmoxNetworkSelector',
|
xtype: 'proxmoxNetworkSelector',
|
||||||
name: 'network',
|
name: 'network',
|
||||||
fieldLabel: gettext('Network'),
|
fieldLabel: gettext('Network'),
|
||||||
value: '',
|
value: null,
|
||||||
emptyText: Proxmox.Utils.defaultText,
|
emptyText: Proxmox.Utils.defaultText,
|
||||||
autoSelect: false,
|
autoSelect: false,
|
||||||
skipEmptyText: true
|
skipEmptyText: true
|
||||||
@ -126,7 +125,7 @@ Ext.define('PVE.dc.OptionView', {
|
|||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: bwlimits, migration net, u2f?
|
// TODO: bwlimits, u2f?
|
||||||
|
|
||||||
me.selModel = Ext.create('Ext.selection.RowModel', {});
|
me.selModel = Ext.create('Ext.selection.RowModel', {});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user