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