secubox-openwrt/luci-app-netifyd-dashboard/root/usr/share/luci/menu.d/luci-app-netifyd-dashboard.json
CyberMind-FR cf39eb6e1d fix: resolve validation issues across all modules
- 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>
2025-12-25 09:01:06 +01:00

69 lines
1.3 KiB
JSON

{
"admin/secubox/security/netifyd": {
"title": "Netifyd",
"order": 20,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-netifyd-dashboard"],
"uci": {"netifyd": true}
}
},
"admin/secubox/security/netifyd/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "netifyd-dashboard/overview"
}
},
"admin/secubox/security/netifyd/applications": {
"title": "Applications",
"order": 20,
"action": {
"type": "view",
"path": "netifyd-dashboard/applications"
}
},
"admin/secubox/security/netifyd/devices": {
"title": "Devices",
"order": 25,
"action": {
"type": "view",
"path": "netifyd-dashboard/devices"
}
},
"admin/secubox/security/netifyd/flows": {
"title": "Flows",
"order": 30,
"action": {
"type": "view",
"path": "netifyd-dashboard/flows"
}
},
"admin/secubox/security/netifyd/talkers": {
"title": "Top Talkers",
"order": 40,
"action": {
"type": "view",
"path": "netifyd-dashboard/talkers"
}
},
"admin/secubox/security/netifyd/risks": {
"title": "Risk Assessment",
"order": 50,
"action": {
"type": "view",
"path": "netifyd-dashboard/risks"
}
},
"admin/secubox/security/netifyd/settings": {
"title": "Settings",
"order": 90,
"action": {
"type": "view",
"path": "netifyd-dashboard/settings"
}
}
}