luci-app-n2n_v2: fix typo error
Fixes: fb950f2786 ("treewide: add ACL dependency annotations to legacy controllers")
Reported-by: fuqiang03
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
9077558947
commit
173c2af216
@ -16,7 +16,7 @@ function index()
|
||||
local page
|
||||
page = entry({"admin", "vpn", "n2n_v2"}, cbi("n2n_v2"), _("N2N v2 VPN"), 45)
|
||||
page.dependent = true
|
||||
page..acl_depends = { "luci-app-n2n_v2" }
|
||||
page.acl_depends = { "luci-app-n2n_v2" }
|
||||
end
|
||||
|
||||
function n2n_status()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user