luci-app-unbound: move and rename configure.lua

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
This commit is contained in:
Eric Luehrsen 2017-09-04 22:02:42 -04:00
parent 6d4370d681
commit 4a95fd9423
2 changed files with 1 additions and 1 deletions

View file

@ -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