luci-app-unbound: move and rename configure.lua
authorEric Luehrsen <redacted>
Tue, 5 Sep 2017 02:02:42 +0000 (22:02 -0400)
committerEric Luehrsen <redacted>
Wed, 13 Sep 2017 01:04:52 +0000 (21:04 -0400)
Signed-off-by: Eric Luehrsen <redacted>
applications/luci-app-unbound/luasrc/controller/unbound.lua
applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua [moved from applications/luci-app-unbound/luasrc/model/cbi/unbound.lua with 100% similarity]

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
 
git clone https://git.99rst.org/PROJECT