Skip to content
Snippets Groups Projects
Commit 1f7fc092 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

merge

parents 4b8e4a19 62f71a62
Branches
Tags
No related merge requests found
Pipeline #27392 passed
......@@ -2,12 +2,24 @@
use UnicaenIndicateur\Controller\IndexController;
use UnicaenPrivilege\Guard\PrivilegeController;
use UnicaenIndicateur\Provider\Privilege\IndicateurPrivileges;
return [
'navigation' => [
'default' => [
'home' => [
'pages' => [
'administration' => [
'pages' => [
'indicateurs' => [
'label' => 'Indicateurs',
'route' => 'indicateurs',
'resource' => IndicateurPrivileges::getResourceId(IndicateurPrivileges::AFFICHER_INDICATEUR),
'order' => 4000,
'icon' => 'fas fa-angle-right',
],
],
],
'mes-indicateurs' => [
'label' => 'Mes indicateurs',
'route' => 'mes-indicateurs',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment