secubox-openwrt/package/secubox/luci-app-threat-analyst/root/usr/share/luci/menu.d/luci-app-threat-analyst.json
CyberMind-FR 3fa33f7872 fix(luci): Threat Analyst menu path and dark theme CSS
- Change menu path from /admin/secubox/security/threat-analyst to
  /admin/services/threat-analyst for proper placement
- Rewrite dashboard.css with dark theme colors matching SecuBox palette
  (#12121a, #1a1a24, #0a0a12 backgrounds; #00d4aa, #00a0ff accents)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-15 17:20:07 +01:00

15 lines
256 B
JSON

{
"admin/services/threat-analyst": {
"title": "Threat Analyst",
"order": 50,
"action": {
"type": "view",
"path": "threat-analyst/dashboard"
},
"depends": {
"acl": ["luci-app-threat-analyst"],
"uci": {"threat-analyst": true}
}
}
}