- 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.5 KiB
JSON
85 lines
1.5 KiB
JSON
{
|
|
"admin/system/system-hub": {
|
|
"title": "System Hub",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-system-hub"]
|
|
}
|
|
},
|
|
"admin/system/system-hub/overview": {
|
|
"title": "Overview",
|
|
"order": 1,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/overview"
|
|
}
|
|
},
|
|
"admin/system/system-hub/services": {
|
|
"title": "Services",
|
|
"order": 2,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/services"
|
|
}
|
|
},
|
|
"admin/system/system-hub/logs": {
|
|
"title": "System Logs",
|
|
"order": 3,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/logs"
|
|
}
|
|
},
|
|
"admin/system/system-hub/backup": {
|
|
"title": "Backup & Restore",
|
|
"order": 4,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/backup"
|
|
}
|
|
},
|
|
"admin/system/system-hub/components": {
|
|
"title": "Components",
|
|
"order": 5,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/components"
|
|
}
|
|
},
|
|
"admin/system/system-hub/diagnostics": {
|
|
"title": "Diagnostics",
|
|
"order": 6,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/diagnostics"
|
|
}
|
|
},
|
|
"admin/system/system-hub/health": {
|
|
"title": "System Health",
|
|
"order": 7,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/health"
|
|
}
|
|
},
|
|
"admin/system/system-hub/remote": {
|
|
"title": "Remote Management",
|
|
"order": 8,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/remote"
|
|
}
|
|
},
|
|
"admin/system/system-hub/settings": {
|
|
"title": "Settings",
|
|
"order": 9,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "system-hub/settings"
|
|
}
|
|
}
|
|
}
|