Loading module/Application/config/pilotage.config.php +15 −8 Original line number Diff line number Diff line Loading @@ -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' => [ Loading @@ -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', Loading module/Indicateur/config/module.config.php +0 −15 Original line number Diff line number Diff line Loading @@ -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' => [ [ Loading Loading
module/Application/config/pilotage.config.php +15 −8 Original line number Diff line number Diff line Loading @@ -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' => [ Loading @@ -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', Loading
module/Indicateur/config/module.config.php +0 −15 Original line number Diff line number Diff line Loading @@ -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' => [ [ Loading