Refactor user permissions handling and enhance menu functionality with collapsible headers

This commit is contained in:
“VeLiTi”
2026-01-21 12:48:46 +01:00
parent 18469fe958
commit aeda4e4cb9
14 changed files with 349 additions and 80 deletions

View File

@@ -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",