ui: start tape backup job GUI

This commit is contained in:
Dietmar Maurer
2021-02-18 12:48:54 +01:00
parent 6ef8e2902f
commit 7aa4851b77
3 changed files with 117 additions and 0 deletions

View File

@ -46,5 +46,10 @@ Ext.define('PBS.TapeManagement', {
itemId: 'encryption-keys',
xtype: 'pbsEncryptionKeys',
},
{
title: gettext('Backup Jobs'),
itemId: 'tape-backup-jobs',
xtype: 'pbsTapeBackupJobView',
},
],
});