secubox-openwrt/luci-app-traffic-shaper/root/usr/share/luci/menu.d/luci-app-traffic-shaper.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

55 lines
1.0 KiB
JSON

{
"admin/network/traffic-shaper": {
"title": "Traffic Shaper",
"order": 65,
"action": {
"type": "view",
"path": "traffic-shaper/overview"
},
"depends": {
"acl": ["luci-app-traffic-shaper"],
"uci": ["traffic-shaper"]
}
},
"admin/network/traffic-shaper/overview": {
"title": "Overview",
"order": 1,
"action": {
"type": "view",
"path": "traffic-shaper/overview"
}
},
"admin/network/traffic-shaper/classes": {
"title": "Traffic Classes",
"order": 2,
"action": {
"type": "view",
"path": "traffic-shaper/classes"
}
},
"admin/network/traffic-shaper/rules": {
"title": "Classification Rules",
"order": 3,
"action": {
"type": "view",
"path": "traffic-shaper/rules"
}
},
"admin/network/traffic-shaper/stats": {
"title": "Statistics",
"order": 4,
"action": {
"type": "view",
"path": "traffic-shaper/stats"
}
},
"admin/network/traffic-shaper/presets": {
"title": "Presets",
"order": 5,
"action": {
"type": "view",
"path": "traffic-shaper/presets"
}
}
}