Commit 06a5d27e authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Menu indicateurs en double

parent 204d9f13
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@ return [
                    'gestion' => [
                        'pages' => [
                            'pilotage' => [
                                'label'    => 'Pilotage et indicateurs',
                                'title'    => 'Pilotage et indicateurs',
                                'label'    => 'Pilotage',
                                'title'    => 'Pilotage',
                                'icon'     => 'fas fa-chart-line',
                                'route'    => 'pilotage',
                                'resource' => PrivilegeController::getResourceId('Application\Controller\Pilotage', 'index'),
@@ -60,13 +60,6 @@ return [
                                        'route'    => 'modification-service-du/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,
                                'color'    => '#00A020',