Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-04-17 13:14:50 +0300
committerJo-Philipp Wich <jo@mein.io>2020-04-17 13:40:31 +0300
commit8f34e105c059575a9c75e43468345e3651210b81 (patch)
tree1cfb6f0f5b0df7e34bc5942760e8dfb1e3d53196 /applications/luci-app-coovachilli
parent01d8283ecea730191ce41302acb7ecd1aaf0631f (diff)
treewide: add ACL annotations to menu entries
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-coovachilli')
-rw-r--r--applications/luci-app-coovachilli/root/usr/share/luci/menu.d/luci-app-coovachilli.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-app-coovachilli/root/usr/share/luci/menu.d/luci-app-coovachilli.json b/applications/luci-app-coovachilli/root/usr/share/luci/menu.d/luci-app-coovachilli.json
index d7da7cad13..5178a59894 100644
--- a/applications/luci-app-coovachilli/root/usr/share/luci/menu.d/luci-app-coovachilli.json
+++ b/applications/luci-app-coovachilli/root/usr/share/luci/menu.d/luci-app-coovachilli.json
@@ -6,6 +6,9 @@
"type": "cbi",
"path": "coovachilli",
"post": { "cbi.submit": true }
+ },
+ "depends": {
+ "acl": [ "luci-app-coovachilli" ]
}
},