luci-app-turboacc: add ACL depends

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
CN_SZTL 2021-02-06 23:34:30 +08:00
parent c7a5137a82
commit a527c28c69
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -8,6 +8,7 @@ function index()
page = entry({"admin", "network", "turboacc"}, cbi("turboacc"), _("Turbo ACC Center"), 101)
page.i18n = "turboacc"
page.dependent = true
page.acl_depends = "luci-app-turboacc"
entry({"admin", "network", "turboacc", "status"}, call("action_status"))
end