Loading module/Application/config/pilotage.config.php +2 −9 Original line number Diff line number Diff line Loading @@ -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'), Loading @@ -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', Loading Loading
module/Application/config/pilotage.config.php +2 −9 Original line number Diff line number Diff line Loading @@ -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'), Loading @@ -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', Loading