secubox-openwrt/luci-app-bandwidth-manager/root/usr/share/luci/menu.d/luci-app-bandwidth-manager.json

38 lines
1.1 KiB
JSON

{
"admin/network/bandwidth": {
"title": "Bandwidth Manager",
"order": 80,
"action": {"type": "firstchild"}
},
"admin/network/bandwidth/overview": {
"title": "Overview",
"order": 10,
"action": {"type": "view", "path": "bandwidth-manager/overview"}
},
"admin/network/bandwidth/classes": {
"title": "QoS Classes",
"order": 20,
"action": {"type": "view", "path": "bandwidth-manager/classes"}
},
"admin/network/bandwidth/quotas": {
"title": "Quotas",
"order": 30,
"action": {"type": "view", "path": "bandwidth-manager/quotas"}
},
"admin/network/bandwidth/media": {
"title": "Media Detection",
"order": 40,
"action": {"type": "view", "path": "bandwidth-manager/media"}
},
"admin/network/bandwidth/clients": {
"title": "Clients",
"order": 50,
"action": {"type": "view", "path": "bandwidth-manager/clients"}
},
"admin/network/bandwidth/schedules": {
"title": "Schedules",
"order": 60,
"action": {"type": "view", "path": "bandwidth-manager/schedules"}
}
}