ui: cleanup order of declraing properties
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		@ -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: {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user