sdn: evpn: allow empty primary exit node in zone form
its broken since the change in semantics of the PUT endpoint [1] [1] https://git.proxmox.com/?p=pve-network.git;a=commit;h=3e3cafabaf955d53c4c2d4e346bf5c3a5c6d1852 Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com> Originally-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
4b06efb5db
commit
0cc99840e0
@ -54,6 +54,8 @@ Ext.define('PVE.sdn.zones.EvpnInputPanel', {
|
||||
fieldLabel: gettext('Primary Exit Node'),
|
||||
multiSelect: false,
|
||||
autoSelect: false,
|
||||
skipEmptyText: true,
|
||||
deleteEmpty: !me.isCreate,
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxcheckbox',
|
||||
|
Loading…
Reference in New Issue
Block a user