ui: add verification job view

Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
Hannes Laimer
2020-10-20 11:10:08 +02:00
committed by Thomas Lamprecht
parent 133042b5d8
commit 29615fe838
3 changed files with 287 additions and 0 deletions

View File

@ -42,6 +42,12 @@ Ext.define('PBS.store.NavigationStore', {
path: 'pbsSyncJobView',
leaf: true,
},
{
text: gettext('Verify Jobs'),
iconCls: 'fa fa-check-circle',
path: 'pbsVerifyJobView',
leaf: true,
},
{
text: gettext('Subscription'),
iconCls: 'fa fa-support',