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