From: Eric Luehrsen Date: Tue, 5 Sep 2017 02:02:42 +0000 (-0400) Subject: luci-app-unbound: move and rename configure.lua X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4a95fd94239a69fc8c56e34e59339ee55cfb3d62;p=openwrt-luci.git luci-app-unbound: move and rename configure.lua Signed-off-by: Eric Luehrsen --- 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