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>
6 lines
209 B
Lua
6 lines
209 B
Lua
module("luci.controller.wol", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "services", "wol"}, cbi("wol"), _("Wake on LAN"), 90)
|
|
entry({"mini", "services", "wol"}, cbi("wol"), _("Wake on LAN"), 90)
|
|
end
|