Signed-off-by: Alexandre Derumier <aderum...@odiso.com>
---
 www/manager6/sdn/VnetEdit.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/manager6/sdn/VnetEdit.js b/www/manager6/sdn/VnetEdit.js
index dfe6cb13..aa40b41f 100644
--- a/www/manager6/sdn/VnetEdit.js
+++ b/www/manager6/sdn/VnetEdit.js
@@ -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',
-- 
2.20.1

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to