luci-app-gost: move to services

This commit is contained in:
CN_SZTL 2020-08-22 20:45:00 +08:00
parent 714620f081
commit 5d00733c41
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -10,9 +10,9 @@ function index()
end
local page
page = entry({"admin", "vpn", "gost"}, cbi("gost"), _("Gost"), 100)
page = entry({"admin", "services", "gost"}, cbi("gost"), _("Gost"), 100)
page.dependent = true
entry({"admin", "vpn", "gost", "status"},call("act_status")).leaf=true
entry({"admin", "services", "gost", "status"},call("act_status")).leaf=true
end
function act_status()