Loading module/Indicateur/config/module.config.php +26 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,32 @@ 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', '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/Indicateur/config/module.config.php +26 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,32 @@ 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', '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