luci-app-turboacc: fix ACL dependencies
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
This commit is contained in:
parent
371eb31ee0
commit
b5fc0085a6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user