sdn: vnetedit: tag optional && fix max tag value

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2020-07-01 09:11:08 +02:00 committed by Thomas Lamprecht
parent 21dfcce135
commit 2c38f63872

View File

@ -51,9 +51,9 @@ Ext.define('PVE.sdn.VnetInputPanel', {
xtype: 'proxmoxintegerfield',
name: 'tag',
minValue: 1,
maxValue: 16000000,
maxValue: 16777216,
fieldLabel: gettext('Tag'),
allowBlank: false,
allowBlank: true,
},
{
xtype: 'proxmoxcheckbox',