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:
afb5c86
)
luci-app-wol: move to services menu
author
Hannu Nyman
<redacted>
Fri, 27 Jan 2017 08:34:46 +0000
(10:34 +0200)
committer
Hannu Nyman
<redacted>
Fri, 27 Jan 2017 08:34:46 +0000
(10:34 +0200)
Move the wake-on-lan app from the network menu to services menu,
where other similar apps are located.
Signed-off-by: Hannu Nyman <redacted>
applications/luci-app-wol/luasrc/controller/wol.lua
patch
|
blob
|
history
diff --git
a/applications/luci-app-wol/luasrc/controller/wol.lua
b/applications/luci-app-wol/luasrc/controller/wol.lua
index 73a9594b2a8875b2e6fb679ef05017093ab89dd6..dbbfdde1280b8ff0a9fc6e821d9a940cd3277506 100644
(file)
--- a/
applications/luci-app-wol/luasrc/controller/wol.lua
+++ b/
applications/luci-app-wol/luasrc/controller/wol.lua
@@
-1,6
+1,6
@@
module("luci.controller.wol", package.seeall)
function index()
- entry({"admin", "
network
", "wol"}, cbi("wol"), _("Wake on LAN"), 90)
- entry({"mini", "
network
", "wol"}, cbi("wol"), _("Wake on LAN"), 90)
+ entry({"admin", "
services
", "wol"}, cbi("wol"), _("Wake on LAN"), 90)
+ entry({"mini", "
services
", "wol"}, cbi("wol"), _("Wake on LAN"), 90)
end
git clone https://git.99rst.org/PROJECT