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:
Oguz Bektas 2020-10-07 13:32:18 +02:00 committed by Thomas Lamprecht
parent 21486225c8
commit 0c80f4fa87
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Ext.define('PBS.SystemConfiguration', {
title: gettext('Network Interfaces'),
xtype: 'proxmoxNodeNetworkView',
showApplyBtn: true,
types: ['bond', 'bridge', 'vlan'],
types: ['bond', 'bridge'],
nodename: 'localhost',
},
],