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:
Dominik Csapak 2021-07-12 09:48:04 +02:00 committed by Thomas Lamprecht
parent 6b85671dd2
commit 70fd0652a1
1 changed files with 2 additions and 0 deletions

View File

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