ui: panel/AccessControl: define baseUrland useTypeInUrl for AuthView
both are not the default Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
6b85671dd2
commit
70fd0652a1
|
@ -39,6 +39,8 @@ Ext.define('PBS.AccessControlPanel', {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'pmxAuthView',
|
xtype: 'pmxAuthView',
|
||||||
|
baseUrl: '/config/access',
|
||||||
|
useTypeInUrl: true,
|
||||||
title: gettext('Realms'),
|
title: gettext('Realms'),
|
||||||
itemId: 'domains',
|
itemId: 'domains',
|
||||||
iconCls: 'fa fa-address-book-o',
|
iconCls: 'fa fa-address-book-o',
|
||||||
|
|
Loading…
Reference in New Issue