secubox-openwrt/package/secubox/luci-app-rtty-remote/root/usr/share/luci/menu.d/luci-app-rtty-remote.json
CyberMind-FR 8b65bd64e9 fix(rtty-remote): Add null checks and move to KISS UI System Hub
- Fix TypeError in support.js: add null checks for DOM elements
- Move menu entries from Services to System Hub (KISS UI)
- Menu paths: admin/secubox/system/system-hub/rtty-remote
- Menu paths: admin/secubox/system/system-hub/support

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-08 17:01:43 +01:00

25 lines
585 B
JSON

{
"admin/secubox/system/system-hub/rtty-remote": {
"title": "Remote Control",
"order": 15,
"action": {
"type": "view",
"path": "rtty-remote/dashboard"
},
"depends": {
"acl": ["luci-app-rtty-remote"]
}
},
"admin/secubox/system/system-hub/support": {
"title": "Remote Support",
"order": 16,
"action": {
"type": "view",
"path": "rtty-remote/support"
},
"depends": {
"acl": ["luci-app-rtty-remote"]
}
}
}