- Fixed minified RPC declaration in secubox/modules.js that caused false positive in validation - Added 30 missing menu entries across 10 modules: * bandwidth-manager: clients, schedules * client-guardian: zones, portal, logs, alerts, parental * crowdsec-dashboard: metrics * netdata-dashboard: system, processes, realtime, network * netifyd-dashboard: talkers, risks, devices * network-modes: router, accesspoint, relay, sniffer * secubox: settings * system-hub: components, diagnostics, health, remote, settings * vhost-manager: internal, ssl, redirects * wireguard-dashboard: traffic, config - All modules now pass comprehensive validation (0 errors, 0 warnings) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
{
|
|
"admin/secubox/security/crowdsec": {
|
|
"title": "CrowdSec",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-crowdsec"],
|
|
"uci": {"crowdsec": true}
|
|
}
|
|
},
|
|
"admin/secubox/security/crowdsec/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "crowdsec-dashboard/overview"
|
|
}
|
|
},
|
|
"admin/secubox/security/crowdsec/decisions": {
|
|
"title": "Decisions",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "crowdsec-dashboard/decisions"
|
|
}
|
|
},
|
|
"admin/secubox/security/crowdsec/alerts": {
|
|
"title": "Alerts",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "crowdsec-dashboard/alerts"
|
|
}
|
|
},
|
|
"admin/secubox/security/crowdsec/bouncers": {
|
|
"title": "Bouncers",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "crowdsec-dashboard/bouncers"
|
|
}
|
|
},
|
|
"admin/secubox/security/crowdsec/metrics": {
|
|
"title": "Metrics",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "crowdsec-dashboard/metrics"
|
|
}
|
|
},
|
|
"admin/secubox/security/crowdsec/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "crowdsec-dashboard/settings"
|
|
}
|
|
}
|
|
} |