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