openwrt_helloworld/luci-app-daed/root/usr/share/luci/menu.d/luci-app-daed.json
gitea-action dee40b8cac luci-app-daed: sync upstream
Signed-off-by: gitea-action <git@cooluc.com>
2024-10-25 23:48:45 +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"
}
}
}