gui: add API token UI

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2020-10-22 11:40:43 +02:00
committed by Wolfgang Bumiller
parent e6b5bf69a3
commit 7fe76d3491
5 changed files with 447 additions and 0 deletions

View File

@ -34,6 +34,12 @@ Ext.define('PBS.store.NavigationStore', {
path: 'pbsUserView',
leaf: true,
},
{
text: gettext('API Token'),
iconCls: 'fa fa-user-o',
path: 'pbsTokenView',
leaf: true,
},
{
text: gettext('Permissions'),
iconCls: 'fa fa-unlock',