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