mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 14:32:37 +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',
|
name: 'journal_dev',
|
||||||
nodename: me.nodename,
|
nodename: me.nodename,
|
||||||
diskType: 'journal_disks',
|
diskType: 'journal_disks',
|
||||||
fieldLabel: gettext('Journal Disk'),
|
fieldLabel: gettext('Journal/DB Disk'),
|
||||||
value: '',
|
value: '',
|
||||||
autoSelect: false,
|
autoSelect: false,
|
||||||
allowBlank: true,
|
allowBlank: true,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Ext.define('PVE.CephCreatePool', {
|
Ext.define('PVE.CephCreatePool', {
|
||||||
extend: 'PVE.window.Edit',
|
extend: 'PVE.window.Edit',
|
||||||
alias: ['widget.pveCephCreatePool'],
|
alias: 'widget.pveCephCreatePool',
|
||||||
|
|
||||||
subject: 'Ceph Pool',
|
subject: 'Ceph Pool',
|
||||||
isCreate: true,
|
isCreate: true,
|
||||||
@ -67,7 +67,7 @@ Ext.define('PVE.CephCreatePool', {
|
|||||||
|
|
||||||
Ext.define('PVE.node.CephPoolList', {
|
Ext.define('PVE.node.CephPoolList', {
|
||||||
extend: 'Ext.grid.GridPanel',
|
extend: 'Ext.grid.GridPanel',
|
||||||
alias: ['widget.pveNodeCephPoolList'],
|
alias: 'widget.pveNodeCephPoolList',
|
||||||
|
|
||||||
onlineHelp: 'chapter_pveceph',
|
onlineHelp: 'chapter_pveceph',
|
||||||
stateful: true,
|
stateful: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user