- 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>
15 lines
256 B
JSON
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}
|
|
}
|
|
}
|
|
}
|