diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-09-13 11:55:36 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2019-09-13 12:58:57 +0200 |
commit | 2be8aefe7f7a7e368d82d332b1aeb5494aefa9b5 (patch) | |
tree | f7eef2f173d48a4cc883097c0b11fff9076ac606 /applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua | |
parent | 6482e48ac6aa3bd0f0af7fda7fb52d50bcae79e3 (diff) |
luci-app-statistics: add new cpu plugin options
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua index 004a450eec..bae325990e 100644 --- a/applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua +++ b/applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua @@ -1,7 +1,7 @@ return { legend = { { }, - { }, + { "ValuesPercentage" , "ReportByCpu", "ReportByState" }, { } }, label = _("Processor"), |