ui: Close #2908: fixed password validator for adding PBS as storage

Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
Hannes Laimer 2020-07-30 12:25:34 +02:00 committed by Dietmar Maurer
parent 4568bc58ac
commit 89416582f3

View File

@ -98,7 +98,6 @@ Ext.define('PVE.storage.PBSInputPanel', {
emptyText: me.isCreate ? gettext('None') : '',
fieldLabel: gettext('Password'),
allowBlank: false,
minLength: 5,
},
{
xtype: me.isCreate ? 'textfield' : 'displayfield',