[pbs-devel] [PATCH proxmox-backup] gui: remove vlan option from network menu
Oguz Bektas
o.bektas at proxmox.com
Wed Oct 7 13:32:18 CEST 2020
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 at proxmox.com>
---
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.20.1
More information about the pbs-devel
mailing list