9 lines
146 B
Lua
9 lines
146 B
Lua
return {
|
|
legend = {
|
|
{ },
|
|
{ "ValuesPercentage" , "ReportByCpu", "ReportByState" },
|
|
{ }
|
|
},
|
|
label = _("Processor"),
|
|
category = "general"
|
|
}
|