luci/applications/luci-app-statistics/luasrc/statistics/plugins/irq.lua

10 lines
119 B
Lua
Raw Normal View History

return {
legend = {
{ },
{ "IgnoreSelected" },
{ "Irqs" }
},
label = _("Interrupts"),
category = "general"
}