From 4a95fd94239a69fc8c56e34e59339ee55cfb3d62 Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Mon, 4 Sep 2017 22:02:42 -0400 Subject: [PATCH] luci-app-unbound: move and rename configure.lua Signed-off-by: Eric Luehrsen --- applications/luci-app-unbound/luasrc/controller/unbound.lua | 2 +- .../luasrc/model/cbi/{unbound.lua => unbound/configure.lua} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename applications/luci-app-unbound/luasrc/model/cbi/{unbound.lua => unbound/configure.lua} (100%) 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 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 -- 2.11.0