- 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>
85 lines
1.7 KiB
JSON
85 lines
1.7 KiB
JSON
{
|
|
"admin/secubox/security/client-guardian": {
|
|
"title": "Client Guardian",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-client-guardian"],
|
|
"uci": {"client_guardian": true}
|
|
}
|
|
},
|
|
"admin/secubox/security/client-guardian/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "client-guardian/overview"
|
|
}
|
|
},
|
|
"admin/secubox/security/client-guardian/clients": {
|
|
"title": "Clients",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "client-guardian/clients"
|
|
}
|
|
},
|
|
"admin/secubox/security/client-guardian/zones": {
|
|
"title": "Network Zones",
|
|
"order": 25,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "client-guardian/zones"
|
|
}
|
|
},
|
|
"admin/secubox/security/client-guardian/captive": {
|
|
"title": "Captive Portal",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "client-guardian/captive"
|
|
}
|
|
},
|
|
"admin/secubox/security/client-guardian/portal": {
|
|
"title": "Portal Config",
|
|
"order": 35,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "client-guardian/portal"
|
|
}
|
|
},
|
|
"admin/secubox/security/client-guardian/logs": {
|
|
"title": "Event Logs",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "client-guardian/logs"
|
|
}
|
|
},
|
|
"admin/secubox/security/client-guardian/alerts": {
|
|
"title": "Alerts & Notifications",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "client-guardian/alerts"
|
|
}
|
|
},
|
|
"admin/secubox/security/client-guardian/parental": {
|
|
"title": "Parental Controls",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "client-guardian/parental"
|
|
}
|
|
},
|
|
"admin/secubox/security/client-guardian/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "client-guardian/settings"
|
|
}
|
|
}
|
|
} |