diff options
Diffstat (limited to 'applications/luci-app-unbound')
-rw-r--r-- | applications/luci-app-unbound/luasrc/controller/unbound.lua | 2 | ||||
-rw-r--r-- | applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua (renamed from applications/luci-app-unbound/luasrc/model/cbi/unbound.lua) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-unbound/luasrc/controller/unbound.lua b/applications/luci-app-unbound/luasrc/controller/unbound.lua index 0a5abc5a5..7e2830bb1 100644 --- a/applications/luci-app-unbound/luasrc/controller/unbound.lua +++ b/applications/luci-app-unbound/luasrc/controller/unbound.lua @@ -11,7 +11,7 @@ function index() local page - page = entry({"admin", "services", "unbound"}, cbi("unbound"), _("Recursive DNS")) + page = entry({"admin", "services", "unbound"}, cbi("unbound/configure"), _("Recursive DNS")) page.dependent = true end diff --git a/applications/luci-app-unbound/luasrc/model/cbi/unbound.lua b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua index bfaacb40b..bfaacb40b 100644 --- a/applications/luci-app-unbound/luasrc/model/cbi/unbound.lua +++ b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua |