mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 23:12:05 +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'),
|
||||
value: 'secure',
|
||||
submitValue: true,
|
||||
vtype: 'IPCIDRAddress'
|
||||
}, {
|
||||
xtype: 'proxmoxNetworkSelector',
|
||||
name: 'network',
|
||||
fieldLabel: gettext('Network'),
|
||||
value: '',
|
||||
value: null,
|
||||
emptyText: Proxmox.Utils.defaultText,
|
||||
autoSelect: false,
|
||||
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', {});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user