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',
|
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: {
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue