luci-app-unbound: move and rename configure.lua
[project/luci.git] / applications / luci-app-unbound / luasrc / controller / unbound.lua
index 0a5abc5..7e2830b 100644 (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