ui: add certificate & acme view
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
72bd8293e3
commit
4b5d9b6e64
@ -50,6 +50,12 @@ Ext.define('PBS.store.NavigationStore', {
|
||||
path: 'pbsRemoteView',
|
||||
leaf: true,
|
||||
},
|
||||
{
|
||||
text: gettext('Certificates'),
|
||||
iconCls: 'fa fa-certificate',
|
||||
path: 'pbsCertificateConfiguration',
|
||||
leaf: true,
|
||||
},
|
||||
{
|
||||
text: gettext('Subscription'),
|
||||
iconCls: 'fa fa-support',
|
||||
|
Reference in New Issue
Block a user