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