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

10 lines
146 B
Lua
Raw Normal View History

return {
legend = {
{ },
{ "ValuesPercentage" , "ReportByCpu", "ReportByState" },
{ }
},
label = _("Processor"),
category = "general"
}