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