mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 15:58:20 +00:00
ui: dc/options: use proxmoxNetworkSelector for network
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c195a3c2d6
commit
6619af8d4f
@ -96,12 +96,13 @@ Ext.define('PVE.dc.OptionView', {
|
||||
submitValue: true,
|
||||
vtype: 'IPCIDRAddress'
|
||||
}, {
|
||||
xtype: 'textfield',
|
||||
xtype: 'proxmoxNetworkSelector',
|
||||
name: 'network',
|
||||
fieldLabel: gettext('Network'),
|
||||
vtype: 'IPCIDRAddress',
|
||||
value: '',
|
||||
emptyText: Proxmox.Utils.defaultText,
|
||||
value: ''
|
||||
autoSelect: false,
|
||||
skipEmptyText: true
|
||||
}]
|
||||
});
|
||||
me.add_inputpanel_row('ha', gettext('HA Settings'), {
|
||||
|
Loading…
Reference in New Issue
Block a user