mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Fix tab names in the RolesController
This commit is contained in:
parent
2f02ac2f01
commit
0a1668acf6
@ -22,9 +22,9 @@ class RolesController extends ActionController
|
|||||||
))->add('resources', array(
|
))->add('resources', array(
|
||||||
'title' => $this->translate('Resources'),
|
'title' => $this->translate('Resources'),
|
||||||
'url' => 'config/resource'
|
'url' => 'config/resource'
|
||||||
))->add('permissions', array(
|
))->add('roles', array(
|
||||||
'title' => $this->translate('Permissions'),
|
'title' => $this->translate('Roles'),
|
||||||
'url' => 'permissions'
|
'url' => 'roles'
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user