Skip to content
Snippets Groups Projects
Commit 06a5d27e authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Menu indicateurs en double

parent 204d9f13
No related branches found
No related tags found
No related merge requests found
...@@ -41,8 +41,8 @@ return [ ...@@ -41,8 +41,8 @@ return [
'gestion' => [ 'gestion' => [
'pages' => [ 'pages' => [
'pilotage' => [ 'pilotage' => [
'label' => 'Pilotage et indicateurs', 'label' => 'Pilotage',
'title' => 'Pilotage et indicateurs', 'title' => 'Pilotage',
'icon' => 'fas fa-chart-line', 'icon' => 'fas fa-chart-line',
'route' => 'pilotage', 'route' => 'pilotage',
'resource' => PrivilegeController::getResourceId('Application\Controller\Pilotage', 'index'), 'resource' => PrivilegeController::getResourceId('Application\Controller\Pilotage', 'index'),
...@@ -60,13 +60,6 @@ return [ ...@@ -60,13 +60,6 @@ return [
'route' => 'modification-service-du/export-csv', 'route' => 'modification-service-du/export-csv',
'resource' => PrivilegeController::getResourceId(ModificationServiceDuController::class, 'export-csv'), 'resource' => PrivilegeController::getResourceId(ModificationServiceDuController::class, 'export-csv'),
], ],
'indicateurs' => [
'label' => 'Liste des indicateurs de suivi',
'title' => 'Liste des indicateurs de suivi',
'description' => 'Liste des indicateurs de suivi',
'route' => 'indicateur',
'resource' => PrivilegeController::getResourceId('Indicateur\Controller\Indicateur', 'index'),
],
], ],
'order' => 20, 'order' => 20,
'color' => '#00A020', 'color' => '#00A020',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment