mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 11:36:47 +00:00
sdn: add vlan aware option to vnet
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
9ad4656d57
commit
d0da259e35
@ -55,6 +55,13 @@ Ext.define('PVE.sdn.VnetInputPanel', {
|
||||
fieldLabel: gettext('Tag'),
|
||||
allowBlank: false,
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxcheckbox',
|
||||
name: 'vlanaware',
|
||||
uncheckedValue: 0,
|
||||
checked: false,
|
||||
fieldLabel: gettext('VLAN aware')
|
||||
},
|
||||
{
|
||||
xtype: 'textfield',
|
||||
name: 'mac',
|
||||
|
@ -92,6 +92,11 @@ Ext.define('PVE.sdn.VnetView', {
|
||||
flex: 1,
|
||||
dataIndex: 'tag',
|
||||
},
|
||||
{
|
||||
header: gettext('VLAN aware'),
|
||||
flex: 1,
|
||||
dataIndex: 'vlanaware',
|
||||
},
|
||||
{
|
||||
header: 'IPv4/CIDR',
|
||||
flex: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user