luci-app-unbound: move and rename configure.lua
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
This commit is contained in:
parent
6d4370d681
commit
4a95fd9423
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue