mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Roles: Fix tab activation
This commit is contained in:
parent
381b3b9a19
commit
d226126b6c
@ -30,7 +30,7 @@ class RolesController extends ActionController
|
|||||||
|
|
||||||
public function indexAction()
|
public function indexAction()
|
||||||
{
|
{
|
||||||
$this->view->tabs->activate('permissions');
|
$this->view->tabs->activate('roles');
|
||||||
$this->view->roles = Config::app('roles', true);
|
$this->view->roles = Config::app('roles', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user