summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/controller/admin/wifi.lua
blob: 54b6bfb2035e1e0d532d70bf643dadceb47aae9a (plain)
1
2
3
4
5
6
7
8
9
10
module("ffluci.controller.admin.wifi", package.seeall)

menu = {
	descr   = "Drahtlos",
	order   = 40,
	entries = {
		{action = "devices", descr = "Geräte"},
		{action = "networks", descr = "Netze"},
	}
}