ui: tape: add Changer config grid

analogous to the drive grid

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2021-01-29 14:57:49 +01:00
committed by Dietmar Maurer
parent c297835b01
commit 1a41e9af4f
3 changed files with 135 additions and 1 deletions

View File

@ -16,10 +16,15 @@ Ext.define('PBS.TapeManagement', {
itemId: 'backup',
xtype: 'pbsBackupOverview',
},
{
title: gettext('Library'),
itemId: 'library',
xtype: 'pbsChangerStatus',
},
{
title: gettext('Changers'),
itemId: 'changers',
xtype: 'pbsChangerStatus',
xtype: 'pbsTapeChangerPanel',
},
{
title: gettext('Drives'),