- 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>
25 lines
585 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|