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