diff --git a/applications/luci-app-unbound/luasrc/controller/unbound.lua b/applications/luci-app-unbound/luasrc/controller/unbound.lua index 0a5abc5a5e..7e2830bb11 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 similarity index 100% rename from applications/luci-app-unbound/luasrc/model/cbi/unbound.lua rename to applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua