mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-02-07 01:58:20 +03:00
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 <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>
This commit is contained in:
parent
6f5757d9ff
commit
911e8f98f4
@ -41,7 +41,7 @@ Ext.define('PBS.SystemConfiguration', {
|
||||
flex: 1,
|
||||
minHeight: 200,
|
||||
showApplyBtn: true,
|
||||
types: ['bond', 'bridge'],
|
||||
types: ['bond', 'bridge', 'vlan'],
|
||||
nodename: 'localhost',
|
||||
},
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user