summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-sqm/luasrc/controller/sqm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-sqm/luasrc/controller/sqm.lua')
-rw-r--r--applications/luci-app-sqm/luasrc/controller/sqm.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-sqm/luasrc/controller/sqm.lua b/applications/luci-app-sqm/luasrc/controller/sqm.lua
index 10e5fdbe6e..3bf0af2deb 100644
--- a/applications/luci-app-sqm/luasrc/controller/sqm.lua
+++ b/applications/luci-app-sqm/luasrc/controller/sqm.lua
@@ -23,4 +23,5 @@ function index()
page = entry({"admin", "network", "sqm"}, cbi("sqm"), _("SQM QoS"))
page.dependent = true
+ page.acl_depends = { "luci-app-sqm" }
end