mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 14:28:53 +00:00
ui: sdn: move anycast addresses to advanced items
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f3c1eac7f0
commit
6d3dbf0ef5
@ -55,6 +55,17 @@ Ext.define('PVE.sdn.VnetInputPanel', {
|
|||||||
fieldLabel: gettext('Tag'),
|
fieldLabel: gettext('Tag'),
|
||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
xtype: 'textfield',
|
||||||
|
name: 'mac',
|
||||||
|
fieldLabel: gettext('MAC Address'),
|
||||||
|
vtype: 'MacAddress',
|
||||||
|
skipEmptyText: true,
|
||||||
|
allowBlank: true,
|
||||||
|
emptyText: 'auto',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
advancedItems: [
|
||||||
{
|
{
|
||||||
xtype: 'textfield',
|
xtype: 'textfield',
|
||||||
name: 'ipv4',
|
name: 'ipv4',
|
||||||
@ -73,15 +84,6 @@ Ext.define('PVE.sdn.VnetInputPanel', {
|
|||||||
skipEmptyText: true,
|
skipEmptyText: true,
|
||||||
allowBlank: true,
|
allowBlank: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
xtype: 'textfield',
|
|
||||||
name: 'mac',
|
|
||||||
fieldLabel: gettext('MAC Address'),
|
|
||||||
vtype: 'MacAddress',
|
|
||||||
skipEmptyText: true,
|
|
||||||
allowBlank: true,
|
|
||||||
emptyText: 'auto',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user