ui: add certificate & acme view

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-05-03 11:39:58 +02:00
committed by Dietmar Maurer
parent 72bd8293e3
commit 4b5d9b6e64
3 changed files with 87 additions and 0 deletions

View File

@ -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',