]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: enable vlan widget
authorStefan Lendl <s.lendl@proxmox.com>
Thu, 4 Apr 2024 10:00:36 +0000 (12:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Apr 2024 19:49:10 +0000 (21:49 +0200)
* 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 <s.lendl@proxmox.com>
Tested-by: Lukas Wagner <l.wagner@proxmox.com>
Reviewed-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Folke Gleumes <f.gleumes@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/SystemConfiguration.js

index e94fe7ca1a68d18bddf98d1e5972e7e0b7c7e272..23330b6a5674a509c43472b08da578723158c6e8 100644 (file)
@@ -41,7 +41,7 @@ Ext.define('PBS.SystemConfiguration', {
                    flex: 1,
                    minHeight: 200,
                    showApplyBtn: true,
-                   types: ['bond', 'bridge'],
+                   types: ['bond', 'bridge', 'vlan'],
                    nodename: 'localhost',
                },
            ],