ui: tape: use panels in tape interface
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
605cfd4ab1
commit
8306b8b1a5
@ -5,7 +5,31 @@ Ext.define('PBS.TapeManagement', {
|
|||||||
title: gettext('Tape Backup'),
|
title: gettext('Tape Backup'),
|
||||||
|
|
||||||
border: true,
|
border: true,
|
||||||
defaults: { border: false },
|
defaults: {
|
||||||
|
border: false,
|
||||||
|
xtype: 'panel',
|
||||||
|
},
|
||||||
|
|
||||||
html: "Experimental tape backup GUI.",
|
items: [
|
||||||
|
{
|
||||||
|
title: gettext('Backup'),
|
||||||
|
itemId: 'backup',
|
||||||
|
xtype: 'pbsBackupOverview',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: gettext('Changers'),
|
||||||
|
itemId: 'changers',
|
||||||
|
xtype: 'pbsChangerStatus',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: gettext('Drives'),
|
||||||
|
itemId: 'drives',
|
||||||
|
xtype: 'pbsTapeDrivePanel',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: gettext('Media Pools'),
|
||||||
|
itemId: 'pools',
|
||||||
|
xtype: 'pbsMediaPoolPanel',
|
||||||
|
},
|
||||||
|
],
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user