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