diff --git a/www/manager6/sdn/VnetEdit.js b/www/manager6/sdn/VnetEdit.js index b7bc634b..ca18c4ec 100644 --- a/www/manager6/sdn/VnetEdit.js +++ b/www/manager6/sdn/VnetEdit.js @@ -55,6 +55,17 @@ Ext.define('PVE.sdn.VnetInputPanel', { fieldLabel: gettext('Tag'), allowBlank: false, }, + { + xtype: 'textfield', + name: 'mac', + fieldLabel: gettext('MAC Address'), + vtype: 'MacAddress', + skipEmptyText: true, + allowBlank: true, + emptyText: 'auto', + }, + ], + advancedItems: [ { xtype: 'textfield', name: 'ipv4', @@ -73,15 +84,6 @@ Ext.define('PVE.sdn.VnetInputPanel', { skipEmptyText: true, allowBlank: true, }, - { - xtype: 'textfield', - name: 'mac', - fieldLabel: gettext('MAC Address'), - vtype: 'MacAddress', - skipEmptyText: true, - allowBlank: true, - emptyText: 'auto', - }, ], });