summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/email.lua
blob: 6d4c54a574a6ed3eaae2e06583719ec4b4f50507 (plain)
1
2
3
4
5
6
7
8
9
return {
	legend = {
		{ "SocketFile", "SocketGroup", "SocketPerms", "MaxConns" },
		{ },
		{ }
	},
	label = _("Email"),
	category = "general"
}