From 911e8f98f4897aa9e4a2dabde4d21c5a9030402e Mon Sep 17 00:00:00 2001 From: Stefan Lendl Date: Thu, 4 Apr 2024 12:00:36 +0200 Subject: [PATCH] ui: enable vlan widget * Enabled the "Linux VLAN" option when creating a new interface. * This requires the updated widget-toolkit to contain vlan field widget. Signed-off-by: Stefan Lendl Tested-by: Lukas Wagner Reviewed-by: Lukas Wagner Tested-by: Folke Gleumes Signed-off-by: Thomas Lamprecht --- www/SystemConfiguration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/SystemConfiguration.js b/www/SystemConfiguration.js index e94fe7ca..23330b6a 100644 --- a/www/SystemConfiguration.js +++ b/www/SystemConfiguration.js @@ -41,7 +41,7 @@ Ext.define('PBS.SystemConfiguration', { flex: 1, minHeight: 200, showApplyBtn: true, - types: ['bond', 'bridge'], + types: ['bond', 'bridge', 'vlan'], nodename: 'localhost', }, ],