use nodedisk panel and remove ceph disks from navigation

this adds a "disks" entry in the node navigation,
and removes the "disks" entry under ceph

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-09-06 16:59:42 +02:00 committed by Dietmar Maurer
parent 1c9db30716
commit fc2916c1ca

View File

@ -233,19 +233,19 @@ Ext.define('PVE.node.Config', {
if (caps.nodes['Sys.Audit']) {
me.items.push(
{
title: gettext('Disks'),
itemId: 'storage',
expandedOnInit: true,
iconCls: 'fa fa-hdd-o',
xtype: 'pveNodeDiskList'
},
{
title: 'Ceph',
itemId: 'ceph',
iconCls: 'fa fa-ceph',
xtype: 'pveNodeCephStatus'
},
{
title: gettext('Disks'),
xtype: 'pveNodeCephDiskList',
iconCls: 'fa fa-hdd-o',
itemId: 'disklist',
groups: ['ceph']
},
{
xtype: 'pveNodeCephConfigCrush',
title: gettext('Config'),