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

85 lines
1.7 KiB
JSON

{
"admin/secubox/network/bandwidth-manager": {
"title": "Bandwidth Manager",
"order": 55,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-bandwidth-manager"]
}
},
"admin/secubox/network/bandwidth-manager/overview": {
"title": "Overview",
"order": 1,
"action": {
"type": "view",
"path": "bandwidth-manager/overview"
}
},
"admin/secubox/network/bandwidth-manager/rules": {
"title": "QoS Rules",
"order": 2,
"action": {
"type": "view",
"path": "bandwidth-manager/rules"
}
},
"admin/secubox/network/bandwidth-manager/quotas": {
"title": "Client Quotas",
"order": 3,
"action": {
"type": "view",
"path": "bandwidth-manager/quotas"
}
},
"admin/secubox/network/bandwidth-manager/usage": {
"title": "Real-time Usage",
"order": 4,
"action": {
"type": "view",
"path": "bandwidth-manager/usage"
}
},
"admin/secubox/network/bandwidth-manager/settings": {
"title": "Settings",
"order": 5,
"action": {
"type": "view",
"path": "bandwidth-manager/settings"
}
},
"admin/secubox/network/bandwidth-manager/media": {
"title": "Media Detection",
"order": 6,
"action": {
"type": "view",
"path": "bandwidth-manager/media"
}
},
"admin/secubox/network/bandwidth-manager/classes": {
"title": "QoS Classes",
"order": 7,
"action": {
"type": "view",
"path": "bandwidth-manager/classes"
}
},
"admin/secubox/network/bandwidth-manager/clients": {
"title": "Connected Clients",
"order": 8,
"action": {
"type": "view",
"path": "bandwidth-manager/clients"
}
},
"admin/secubox/network/bandwidth-manager/schedules": {
"title": "Schedules",
"order": 9,
"action": {
"type": "view",
"path": "bandwidth-manager/schedules"
}
}
}