From 8f34e105c059575a9c75e43468345e3651210b81 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 17 Apr 2020 12:14:50 +0200 Subject: treewide: add ACL annotations to menu entries Signed-off-by: Jo-Philipp Wich --- applications/luci-app-qos/root/usr/share/luci/menu.d/luci-app-qos.json | 1 + 1 file changed, 1 insertion(+) (limited to 'applications/luci-app-qos') diff --git a/applications/luci-app-qos/root/usr/share/luci/menu.d/luci-app-qos.json b/applications/luci-app-qos/root/usr/share/luci/menu.d/luci-app-qos.json index 90ce20de0a..07226024cb 100644 --- a/applications/luci-app-qos/root/usr/share/luci/menu.d/luci-app-qos.json +++ b/applications/luci-app-qos/root/usr/share/luci/menu.d/luci-app-qos.json @@ -7,6 +7,7 @@ "post": { "cbi.submit": true } }, "depends": { + "acl": [ "luci-app-qos" ], "uci": { "qos": true } } } -- cgit v1.2.3