ui: network: remove create VLAN option
for now this isn't needed and would take quite a bit of effort to match the API schema with PVE. if there are a lot of requests at some point we can add it in. Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
parent
21486225c8
commit
0c80f4fa87
|
@ -38,7 +38,7 @@ Ext.define('PBS.SystemConfiguration', {
|
||||||
title: gettext('Network Interfaces'),
|
title: gettext('Network Interfaces'),
|
||||||
xtype: 'proxmoxNodeNetworkView',
|
xtype: 'proxmoxNodeNetworkView',
|
||||||
showApplyBtn: true,
|
showApplyBtn: true,
|
||||||
types: ['bond', 'bridge', 'vlan'],
|
types: ['bond', 'bridge'],
|
||||||
nodename: 'localhost',
|
nodename: 'localhost',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue