diff --git a/www/manager6/dc/OptionView.js b/www/manager6/dc/OptionView.js index 51bc2e30..3c59409f 100644 --- a/www/manager6/dc/OptionView.js +++ b/www/manager6/dc/OptionView.js @@ -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'), {