luci-app-turboacc: fix ACL dependencies

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
CN_SZTL 2021-02-19 23:01:56 +08:00
parent 371eb31ee0
commit b5fc0085a6
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -8,7 +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"
page.acl_depends = { "luci-app-turboacc" }
entry({"admin", "network", "turboacc", "status"}, call("action_status"))
end