luci-app-clash: fix typo
This commit is contained in:
parent
d46a0e7565
commit
85930b7659
@ -13,7 +13,7 @@ function index()
|
||||
|
||||
local page = entry({"admin", "services", "clash"},alias("admin", "services", "clash", "overview"), _("Clash"), 5)
|
||||
page.dependent = true
|
||||
page.acl_depends = { "luci-app-oclash" }
|
||||
page.acl_depends = { "luci-app-clash" }
|
||||
|
||||
entry({"admin", "services", "clash", "overview"},cbi("clash/overview"),_("Overview"), 10).leaf = true
|
||||
entry({"admin", "services", "clash", "client"},cbi("clash/client"),_("Client"), 20).leaf = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user