mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 15:58:20 +00:00
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:
parent
fddeb25b25
commit
9ad28182db
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user