gui: add API token UI
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
committed by
Wolfgang Bumiller
parent
e6b5bf69a3
commit
7fe76d3491
@ -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',
|
||||
|
Reference in New Issue
Block a user