Files
rmm-openwrt/agent/package/luci-app-rmm-agent/root/usr/share/luci/menu.d/luci-app-rmm-agent.json

15 lines
234 B
JSON

{
"admin/services/rmm-agent": {
"title": "RMM agent",
"order": 45,
"action": {
"type": "view",
"path": "services/rmm-agent"
},
"depends": {
"acl": [ "luci-app-rmm-agent" ],
"uci": { "rmm-agent": true }
}
}
}