ui: add verification job view
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
133042b5d8
commit
29615fe838
@ -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',
|
||||
|
Reference in New Issue
Block a user