mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-07-26 04:01:53 +00:00
jslint: mixed whitespace
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
cac4542e01
commit
ccbf186ff4
@ -203,7 +203,7 @@ Ext.define('PMG.ObjectGroup', {
|
|||||||
},
|
},
|
||||||
handler: run_editor
|
handler: run_editor
|
||||||
},
|
},
|
||||||
remove_btn
|
remove_btn
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ Ext.define('PMG.SpamDetectorLanguagesInputPanel', {
|
|||||||
alias: 'widget.pmgSpamDetectorLanguagesInputPanel',
|
alias: 'widget.pmgSpamDetectorLanguagesInputPanel',
|
||||||
|
|
||||||
languages: [
|
languages: [
|
||||||
[ 'af', 'Afrikaans' ],
|
[ 'af', 'Afrikaans' ],
|
||||||
[ 'am', 'Amharic' ],
|
[ 'am', 'Amharic' ],
|
||||||
[ 'ar', 'Arabic' ],
|
[ 'ar', 'Arabic' ],
|
||||||
[ 'be', 'Byelorussian' ],
|
[ 'be', 'Byelorussian' ],
|
||||||
|
@ -79,7 +79,7 @@ Ext.define('PMG.StatTimeSelector', {
|
|||||||
|
|
||||||
yearsel.setValue(statics.selected_year);
|
yearsel.setValue(statics.selected_year);
|
||||||
monthsel.setValue(statics.selected_month);
|
monthsel.setValue(statics.selected_month);
|
||||||
daysel.setValue(statics.selected_month ? statics.selected_day : 0);
|
daysel.setValue(statics.selected_month ? statics.selected_day : 0);
|
||||||
|
|
||||||
this.updateVisibility();
|
this.updateVisibility();
|
||||||
}
|
}
|
||||||
|
@ -65,7 +65,7 @@ Ext.define('PMG.UserEdit', {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'textfield',
|
xtype: 'textfield',
|
||||||
inputType: 'password',
|
inputType: 'password',
|
||||||
fieldLabel: gettext('Confirm password'),
|
fieldLabel: gettext('Confirm password'),
|
||||||
name: 'verifypassword',
|
name: 'verifypassword',
|
||||||
|
Loading…
Reference in New Issue
Block a user