- 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>
69 lines
1.4 KiB
JSON
69 lines
1.4 KiB
JSON
{
|
|
"admin/secubox/network/network-modes": {
|
|
"title": "Network Modes",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-network-modes"],
|
|
"uci": {"network_modes": true}
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/overview"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/wizard": {
|
|
"title": "Mode Wizard",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/wizard"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/router": {
|
|
"title": "Router Mode",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/router"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/accesspoint": {
|
|
"title": "Access Point Mode",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/accesspoint"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/relay": {
|
|
"title": "Relay Mode",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/relay"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/sniffer": {
|
|
"title": "Sniffer Mode",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/sniffer"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/settings"
|
|
}
|
|
}
|
|
} |