mirror of
https://git.proxmox.com/git/pve-manager
synced 2026-01-24 16:58:34 +00:00
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:
parent
1c9db30716
commit
fc2916c1ca
@ -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'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user