* [pbs-devel] [PATCH proxmox-backup] gui: remove vlan option from network menu
@ 2020-10-07 11:32 Oguz Bektas
2020-10-07 12:08 ` [pbs-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Oguz Bektas @ 2020-10-07 11:32 UTC (permalink / raw)
To: pbs-devel
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>
---
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-07 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 11:32 [pbs-devel] [PATCH proxmox-backup] gui: remove vlan option from network menu Oguz Bektas
2020-10-07 12:08 ` [pbs-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox