Skip to content
Snippets Groups Projects
Commit 408402f0 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add component overview in left menu

parent 086dc50e
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,14 @@ $aReplace['{{NAVI_TOP}}']=''
// ---------- LEFT BAR
$aSidebarNav=include("./config/navi_left.php");
$aSidebarNav[1]['children'][]=[
'href'=>'/component?',
'label'=>'Overview',
'icon'=>'fas fa-th-large'
];
foreach($renderAdminLTE->getComponents(1) as $sId=>$aComponent){
$aSidebarNav[1]['children'][]=[
'href'=>'/component?id='.$sId,
'href'=>'/component?id='.$sId,
'label'=>$aComponent['label'],
'icon'=>'fas fa-square-full'
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment