From 4a95fd94239a69fc8c56e34e59339ee55cfb3d62 Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Mon, 4 Sep 2017 22:02:42 -0400 Subject: luci-app-unbound: move and rename configure.lua Signed-off-by: Eric Luehrsen --- applications/luci-app-unbound/luasrc/controller/unbound.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-unbound/luasrc/controller') 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 -- cgit v1.2.3