ui: traffic-control edit: fix name minLength (3 not 4)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ebf8ce20bc
commit
0eadfdf670
|
@ -236,7 +236,7 @@ Ext.define('PBS.window.TrafficControlEdit', {
|
|||
fieldLabel: gettext('Name'),
|
||||
renderer: Ext.htmlEncode,
|
||||
allowBlank: false,
|
||||
minLength: 4,
|
||||
minLength: 3,
|
||||
cbind: {
|
||||
editable: '{isCreate}',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue