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