* [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
* [pbs-devel] applied: [PATCH proxmox-backup] gui: remove vlan option from network menu
2020-10-07 11:32 [pbs-devel] [PATCH proxmox-backup] gui: remove vlan option from network menu Oguz Bektas
@ 2020-10-07 12:08 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2020-10-07 12:08 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Oguz Bektas
On 07.10.20 13:32, Oguz Bektas wrote:
> 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(-)
>
>
applied, thanks!
^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal