ui: cleanup order of declraing properties

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-21 15:09:22 +01:00
parent 958055a789
commit aab9a26409
3 changed files with 12 additions and 12 deletions

View File

@ -120,11 +120,11 @@ Ext.define('PBS.window.AddTfaRecovery', {
}, },
{ {
xtype: 'textfield', xtype: 'textfield',
inputType: 'password',
fieldLabel: gettext('Password'),
minLength: 5,
reference: 'password',
name: 'password', name: 'password',
reference: 'password',
fieldLabel: gettext('Verify Password'),
inputType: 'password',
minLength: 5,
allowBlank: false, allowBlank: false,
validateBlank: true, validateBlank: true,
cbind: { cbind: {

View File

@ -247,11 +247,11 @@ Ext.define('PBS.window.AddTotp', {
}, },
{ {
xtype: 'textfield', xtype: 'textfield',
inputType: 'password',
fieldLabel: gettext('Verify Password'),
minLength: 5,
reference: 'password',
name: 'password', name: 'password',
reference: 'password',
fieldLabel: gettext('Verify Password'),
inputType: 'password',
minLength: 5,
allowBlank: false, allowBlank: false,
validateBlank: true, validateBlank: true,
cbind: { cbind: {

View File

@ -178,11 +178,11 @@ Ext.define('PBS.window.AddWebauthn', {
}, },
{ {
xtype: 'textfield', xtype: 'textfield',
inputType: 'password',
fieldLabel: gettext('Verify Password'),
minLength: 5,
reference: 'password',
name: 'password', name: 'password',
reference: 'password',
fieldLabel: gettext('Verify Password'),
inputType: 'password',
minLength: 5,
allowBlank: false, allowBlank: false,
validateBlank: true, validateBlank: true,
cbind: { cbind: {