indentation and jslint fix

indentation was wrong on those lines, and js lint complains about
alias not being an array later, so make thoses lines not an array

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-07-31 15:15:32 +02:00 committed by Fabian Grünbichler
parent fddeb25b25
commit 9ad28182db
2 changed files with 22 additions and 22 deletions

View File

@ -107,7 +107,7 @@ Ext.define('PVE.CephCreateOsd', {
name: 'journal_dev',
nodename: me.nodename,
diskType: 'journal_disks',
fieldLabel: gettext('Journal Disk'),
fieldLabel: gettext('Journal/DB Disk'),
value: '',
autoSelect: false,
allowBlank: true,

View File

@ -1,6 +1,6 @@
Ext.define('PVE.CephCreatePool', {
extend: 'PVE.window.Edit',
alias: ['widget.pveCephCreatePool'],
alias: 'widget.pveCephCreatePool',
subject: 'Ceph Pool',
isCreate: true,
@ -67,7 +67,7 @@ Ext.define('PVE.CephCreatePool', {
Ext.define('PVE.node.CephPoolList', {
extend: 'Ext.grid.GridPanel',
alias: ['widget.pveNodeCephPoolList'],
alias: 'widget.pveNodeCephPoolList',
onlineHelp: 'chapter_pveceph',
stateful: true,