secubox-openwrt/luci-app-traffic-shaper/root/usr/share/luci/menu.d/luci-app-traffic-shaper.json
CyberMind-FR 75da2ddca4 fix: reorganize all modules under SecuBox menu hierarchy
- Add missing 'monitoring' and 'services' categories to main SecuBox hub
  - Move system-hub, bandwidth-manager, traffic-shaper to SecuBox menus
  - Move auth-guardian, ksm-manager to SecuBox security category
  - All 15 modules now properly organized in 5 categories

  Categories:
  - Security & Access: 5 modules (auth-guardian, client-guardian, crowdsec, ksm-manager, netifyd)
  - Monitoring & Analytics: 2 modules (mediaflow, netdata)
  - Network Management: 5 modules (bandwidth-manager, cdn-cache, network-modes, traffic-shaper, wireguard)
  - System & Performance: 1 module (system-hub)
  - Services & Applications: 1 module (vhosts)
2025-12-25 14:37:41 +01:00

55 lines
1.1 KiB
JSON

{
"admin/secubox/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/secubox/network/traffic-shaper/overview": {
"title": "Overview",
"order": 1,
"action": {
"type": "view",
"path": "traffic-shaper/overview"
}
},
"admin/secubox/network/traffic-shaper/classes": {
"title": "Traffic Classes",
"order": 2,
"action": {
"type": "view",
"path": "traffic-shaper/classes"
}
},
"admin/secubox/network/traffic-shaper/rules": {
"title": "Classification Rules",
"order": 3,
"action": {
"type": "view",
"path": "traffic-shaper/rules"
}
},
"admin/secubox/network/traffic-shaper/stats": {
"title": "Statistics",
"order": 4,
"action": {
"type": "view",
"path": "traffic-shaper/stats"
}
},
"admin/secubox/network/traffic-shaper/presets": {
"title": "Presets",
"order": 5,
"action": {
"type": "view",
"path": "traffic-shaper/presets"
}
}
}