ui: move disks/directory stuff to tab panel

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-11-10 10:15:44 +01:00
parent d5f7755467
commit ee0ab12dd0
5 changed files with 49 additions and 17 deletions

View File

@ -62,24 +62,10 @@ Ext.define('PBS.store.NavigationStore', {
leaf: true,
},
{
text: gettext('Disks'),
text: gettext('Storage / Disks'),
iconCls: 'fa fa-hdd-o',
path: 'pmxDiskList',
leaf: false,
children: [
{
text: Proxmox.Utils.directoryText,
iconCls: 'fa fa-folder',
path: 'pbsDirectoryList',
leaf: true,
},
{
text: "ZFS",
iconCls: 'fa fa-th-large',
path: 'pbsZFSList',
leaf: true,
},
],
path: 'pbsStorageAndDiskPanel',
leaf: true,
},
],
},