diff --git a/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/luci/menu.d/luci-app-crowdsec-dashboard.json b/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/luci/menu.d/luci-app-crowdsec-dashboard.json index af11a14d..01d548d1 100644 --- a/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/luci/menu.d/luci-app-crowdsec-dashboard.json +++ b/package/secubox/luci-app-crowdsec-dashboard/root/usr/share/luci/menu.d/luci-app-crowdsec-dashboard.json @@ -1,7 +1,7 @@ { - "admin/services/crowdsec": { + "admin/secubox/security/crowdsec": { "title": "CrowdSec", - "order": 80, + "order": 10, "action": { "type": "firstchild" }, @@ -9,7 +9,7 @@ "acl": ["luci-app-crowdsec-dashboard"] } }, - "admin/services/crowdsec/overview": { + "admin/secubox/security/crowdsec/overview": { "title": "Overview", "order": 5, "action": { @@ -17,7 +17,7 @@ "path": "crowdsec-dashboard/overview" } }, - "admin/services/crowdsec/wizard": { + "admin/secubox/security/crowdsec/wizard": { "title": "Setup Wizard", "order": 10, "action": { @@ -25,7 +25,7 @@ "path": "crowdsec-dashboard/wizard" } }, - "admin/services/crowdsec/decisions": { + "admin/secubox/security/crowdsec/decisions": { "title": "Decisions", "order": 20, "action": { @@ -33,7 +33,7 @@ "path": "crowdsec-dashboard/decisions" } }, - "admin/services/crowdsec/alerts": { + "admin/secubox/security/crowdsec/alerts": { "title": "Alerts", "order": 30, "action": { @@ -41,7 +41,7 @@ "path": "crowdsec-dashboard/alerts" } }, - "admin/services/crowdsec/bouncers": { + "admin/secubox/security/crowdsec/bouncers": { "title": "Bouncers", "order": 40, "action": { @@ -49,7 +49,7 @@ "path": "crowdsec-dashboard/bouncers" } }, - "admin/services/crowdsec/waf": { + "admin/secubox/security/crowdsec/waf": { "title": "WAF/AppSec", "order": 45, "action": { @@ -57,7 +57,7 @@ "path": "crowdsec-dashboard/waf" } }, - "admin/services/crowdsec/metrics": { + "admin/secubox/security/crowdsec/metrics": { "title": "Metrics", "order": 50, "action": { @@ -65,7 +65,7 @@ "path": "crowdsec-dashboard/metrics" } }, - "admin/services/crowdsec/settings": { + "admin/secubox/security/crowdsec/settings": { "title": "Settings", "order": 90, "action": {