summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/iwinfo.lua
blob: 658ff2aebeafb1a27a147521a73186752d8ddb26 (plain)
1
2
3
4
5
6
7
8
9
return {
	legend = {
		{ },
		{ "IgnoreSelected" },
		{ "Interfaces" }
	},
	label = _("Wireless"),
	category = "network"
}