luci/applications/luci-app-uhttpd/root/usr/share/luci/menu.d/luci-app-uhttpd.json
Jo-Philipp Wich 8f34e105c0 treewide: add ACL annotations to menu entries
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-17 12:40:31 +02:00

14 lines
238 B
JSON

{
"admin/services/uhttpd/*": {
"title": "uHTTPd",
"action": {
"type": "cbi",
"path": "uhttpd/uhttpd",
"post": { "cbi.submit": true }
},
"depends": {
"acl": [ "luci-app-uhttpd" ],
"uci": { "uhttpd": true }
}
}
}