secubox-openwrt/luci-app-system-hub/root/usr/share/luci/menu.d/luci-app-system-hub.json
CyberMind-FR cf39eb6e1d fix: resolve validation issues across all modules
- 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>
2025-12-25 09:01:06 +01:00

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"
}
}
}