ui: traffic-control edit: fix name minLength (3 not 4)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-11-20 22:33:32 +01:00
parent ebf8ce20bc
commit 0eadfdf670
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ Ext.define('PBS.window.TrafficControlEdit', {
fieldLabel: gettext('Name'), fieldLabel: gettext('Name'),
renderer: Ext.htmlEncode, renderer: Ext.htmlEncode,
allowBlank: false, allowBlank: false,
minLength: 4, minLength: 3,
cbind: { cbind: {
editable: '{isCreate}', editable: '{isCreate}',
}, },