mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-17 19:05:13 +00: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,
|
flex: 1,
|
||||||
minHeight: 200,
|
minHeight: 200,
|
||||||
showApplyBtn: true,
|
showApplyBtn: true,
|
||||||
types: ['bond', 'bridge'],
|
types: ['bond', 'bridge', 'vlan'],
|
||||||
nodename: 'localhost',
|
nodename: 'localhost',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user