From 0c80f4fa8712e5d73bdead3a559415ec98219544 Mon Sep 17 00:00:00 2001 From: Oguz Bektas Date: Wed, 7 Oct 2020 13:32:18 +0200 Subject: [PATCH] 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 --- www/SystemConfiguration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/SystemConfiguration.js b/www/SystemConfiguration.js index b95d80ee..82d875ee 100644 --- a/www/SystemConfiguration.js +++ b/www/SystemConfiguration.js @@ -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', }, ], -- 2.39.5