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:
committed by
Dietmar Maurer
parent
c297835b01
commit
1a41e9af4f
@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user