[pbs-devel] [PATCH proxmox-backup 09/10] ui: enable vlan widget
Stefan Lendl
s.lendl at proxmox.com
Thu Jan 11 16:53:11 CET 2024
requires update the widget-toolkit to include proxmoxvlanfield.
Signed-off-by: Stefan Lendl <s.lendl 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 860d85c0..33a4ed2e 100644
--- a/www/SystemConfiguration.js
+++ b/www/SystemConfiguration.js
@@ -40,7 +40,7 @@ Ext.define('PBS.SystemConfiguration', {
flex: 1,
minHeight: 200,
showApplyBtn: true,
- types: ['bond', 'bridge'],
+ types: ['bond', 'bridge', 'vlan'],
nodename: 'localhost',
},
],
--
2.42.0
More information about the pbs-devel
mailing list