Refactor user permissions handling and enhance menu functionality with collapsible headers
This commit is contained in:
@@ -101,7 +101,7 @@ $main_menu = [
|
||||
],
|
||||
"equipments" =>[
|
||||
"url" => "equipments",
|
||||
"selected" => "assets",
|
||||
"selected" => "equipments",
|
||||
"icon" => "fa-solid fa-database",
|
||||
"name" => "menu_assets"
|
||||
],
|
||||
@@ -181,6 +181,12 @@ $main_menu = [
|
||||
"icon" => "fa-solid fa-magnifying-glass-chart",
|
||||
"name" => "menu_report_main"
|
||||
],
|
||||
"report_builder" => [
|
||||
"url" => "report_builder",
|
||||
"selected" => "report_builder",
|
||||
"icon" => "fa-solid fa-magnifying-glass-chart",
|
||||
"name" => "menu_report_main"
|
||||
],
|
||||
"report_build" => [
|
||||
"url" => "report_build",
|
||||
"selected" => "report_build",
|
||||
|
||||
Reference in New Issue
Block a user