menus, better routes, dev tools, styling

This commit is contained in:
STEINNI
2025-10-04 20:27:47 +00:00
parent b5b76d51cc
commit 213dcb6c4c
20 changed files with 1902 additions and 159 deletions
+8 -8
View File
@@ -12,18 +12,18 @@
"method": "_401"
},
{
"url": "/dashboard",
"role": [ "admin" ],
"controller" : "/dashboard/DashboardsController"
"url": "/live",
"role": [ "*" ],
"controller" : "/live/DashboardsController"
},
{
"url": "/",
"role": "admin",
"exturl": "/dashboard"
{
"url": "/system",
"role": "*",
"controller" : "/system/systemController"
},
{
"url": "/",
"role": [ "*" ],
"exturl": "/dashboard"
"exturl": "/live"
}
]