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