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:
Dominik Csapak
2021-02-02 14:00:39 +01:00
committed by Dietmar Maurer
parent 85ac35aa9a
commit 7101ed6e27
3 changed files with 110 additions and 0 deletions

View File

@ -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',