secubox-openwrt/luci-app-system-hub/root/usr/share/luci/menu.d/luci-app-system-hub.json

45 lines
843 B
JSON

{
"admin/secubox/system/system-hub": {
"title": "System Hub",
"order": 10,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-system-hub"],
"uci": {"system_hub": true}
}
},
"admin/secubox/system/system-hub/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "system-hub/overview"
}
},
"admin/secubox/system/system-hub/health": {
"title": "Health",
"order": 20,
"action": {
"type": "view",
"path": "system-hub/health"
}
},
"admin/secubox/system/system-hub/remote": {
"title": "Remote Access",
"order": 30,
"action": {
"type": "view",
"path": "system-hub/remote"
}
},
"admin/secubox/system/system-hub/settings": {
"title": "Settings",
"order": 90,
"action": {
"type": "view",
"path": "system-hub/settings"
}
}
}