git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6d4370d
)
luci-app-unbound: move and rename configure.lua
author
Eric Luehrsen
<redacted>
Tue, 5 Sep 2017 02:02:42 +0000
(22:02 -0400)
committer
Eric 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
patch
|
blob
|
history
applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua
[moved from
applications/luci-app-unbound/luasrc/model/cbi/unbound.lua
with 100% similarity]
patch
|
blob
|
history
diff --git
a/applications/luci-app-unbound/luasrc/controller/unbound.lua
b/applications/luci-app-unbound/luasrc/controller/unbound.lua
index 0a5abc5a5ef280e3b150bcb78563e422c2583005..7e2830bb112261d5374791f8e7386b6169f77a40 100644
(file)
--- a/
applications/luci-app-unbound/luasrc/controller/unbound.lua
+++ b/
applications/luci-app-unbound/luasrc/controller/unbound.lua
@@
-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
diff --git
a/applications/luci-app-unbound/luasrc/model/cbi/unbound.lua
b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua
similarity index 100%
rename from
applications/luci-app-unbound/luasrc/model/cbi/unbound.lua
rename to
applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua
git clone https://git.99rst.org/PROJECT