luci-app-wol: move to services menu
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>
This commit is contained in:
parent
afb5c8682d
commit
c5b84f2fba
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue