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