ui: tape: add TapeInventory panel
since we do not show the tapes anymore in the BackupOverview, add another panel where we can list the available tapes in the inventory Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
85ac35aa9a
commit
7101ed6e27
@ -16,6 +16,11 @@ Ext.define('PBS.TapeManagement', {
|
||||
itemId: 'backup',
|
||||
xtype: 'pbsBackupOverview',
|
||||
},
|
||||
{
|
||||
title: gettext('Tape Inventory'),
|
||||
itemId: 'inventory',
|
||||
xtype: 'pbsTapeInventory',
|
||||
},
|
||||
{
|
||||
title: gettext('Library'),
|
||||
itemId: 'library',
|
||||
|
||||
Reference in New Issue
Block a user