luci/applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua
Florian Eckert 2be8aefe7f luci-app-statistics: add new cpu plugin options
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-13 12:58:57 +02:00

9 lines
146 B
Lua

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