ui: cleanup order of declraing properties
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
958055a789
commit
aab9a26409
|
@ -120,11 +120,11 @@ Ext.define('PBS.window.AddTfaRecovery', {
|
|||
},
|
||||
{
|
||||
xtype: 'textfield',
|
||||
inputType: 'password',
|
||||
fieldLabel: gettext('Password'),
|
||||
minLength: 5,
|
||||
reference: 'password',
|
||||
name: 'password',
|
||||
reference: 'password',
|
||||
fieldLabel: gettext('Verify Password'),
|
||||
inputType: 'password',
|
||||
minLength: 5,
|
||||
allowBlank: false,
|
||||
validateBlank: true,
|
||||
cbind: {
|
||||
|
|
|
@ -247,11 +247,11 @@ Ext.define('PBS.window.AddTotp', {
|
|||
},
|
||||
{
|
||||
xtype: 'textfield',
|
||||
inputType: 'password',
|
||||
fieldLabel: gettext('Verify Password'),
|
||||
minLength: 5,
|
||||
reference: 'password',
|
||||
name: 'password',
|
||||
reference: 'password',
|
||||
fieldLabel: gettext('Verify Password'),
|
||||
inputType: 'password',
|
||||
minLength: 5,
|
||||
allowBlank: false,
|
||||
validateBlank: true,
|
||||
cbind: {
|
||||
|
|
|
@ -178,11 +178,11 @@ Ext.define('PBS.window.AddWebauthn', {
|
|||
},
|
||||
{
|
||||
xtype: 'textfield',
|
||||
inputType: 'password',
|
||||
fieldLabel: gettext('Verify Password'),
|
||||
minLength: 5,
|
||||
reference: 'password',
|
||||
name: 'password',
|
||||
reference: 'password',
|
||||
fieldLabel: gettext('Verify Password'),
|
||||
inputType: 'password',
|
||||
minLength: 5,
|
||||
allowBlank: false,
|
||||
validateBlank: true,
|
||||
cbind: {
|
||||
|
|
Loading…
Reference in New Issue