sdn: vnetedit: tag optional && fix max tag value
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
21dfcce135
commit
2c38f63872
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user