luci-app-wol: move to services menu
authorHannu Nyman <hannu.nyman@iki.fi>
Fri, 27 Jan 2017 08:34:46 +0000 (10:34 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
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 <hannu.nyman@iki.fi>
applications/luci-app-wol/luasrc/controller/wol.lua

index 73a9594..dbbfdde 100644 (file)
@@ -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