Commit e1161d9f authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Refaire apparaître le menu indicateur dans gestion

parent 807a682c
Loading
Loading
Loading
Loading
+15 −8
Original line number Diff line number Diff line
@@ -40,9 +40,9 @@ return [
                    'gestion' => [
                        'pages' => [
                            'pilotage' => [
                                'label'        => 'Pilotage',
                                'title'        => 'Pilotage',
                                'icon'         => 'fas fa-tachometer',
                                'label'    => 'Pilotage et indicateurs',
                                'title'    => 'Pilotage et indicateurs',
                                'icon'     => 'fas fa-chart-line',
                                'route'    => 'pilotage',
                                'resource' => PrivilegeController::getResourceId('Application\Controller\Pilotage', 'index'),
                                'pages'    => [
@@ -53,6 +53,13 @@ return [
                                        'route'       => 'pilotage/ecarts-etats',
                                        'resource'    => PrivilegeController::getResourceId('Application\Controller\Pilotage', 'ecartsEtats'),
                                    ],
                                    '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',
+0 −15
Original line number Diff line number Diff line
@@ -110,21 +110,6 @@ return [
        ],
    ],

    'navigation' => [
        'gestion' => [
            'pages' => [
                'indicateurs' => [
                    'label'        => "Indicateurs",
                    'icon'         => 'fas fa-chart-line',
                    'title'        => "Indicateurs",
                    'route'        => 'indicateur',
                    'resource'     => PrivilegeController::getResourceId('Indicateur\Controller\Indicateur', 'index'),
                    'order'        => 10,
                    'color' => '#217DD8',
                ],
            ],
        ],
    ],

    'guards' => [
        [