openwrt_helloworld/luci-app-daed/root/usr/share/luci/menu.d/luci-app-daed.json
gitea-action 0e13956d0b luci-app-daed: sync upstream
Signed-off-by: gitea-action <git@cooluc.com>
2024-10-13 22:14:05 +08:00

30 lines
450 B
JSON

{
"admin/services/daed": {
"title": "daed",
"order": 20,
"action": {
"type": "firstchild"
},
"depends": {
"acl": [ "luci-app-daed" ],
"uci": { "daed": true }
}
},
"admin/services/daed/config": {
"title": "Settings",
"order": 10,
"action": {
"type": "view",
"path": "daed/config"
}
},
"admin/services/daed/log": {
"title": "Log",
"order": 20,
"action": {
"type": "view",
"path": "daed/log"
}
}
}