diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-09-13 12:51:13 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2019-09-13 12:59:04 +0200 |
commit | d064cbcf982cde30c4827207af74721c425b9bb0 (patch) | |
tree | c7a863d796e5d3335a3ad6c5dd41c0b6d3086fcb /applications/luci-app-statistics/luasrc/statistics/plugins | |
parent | 2be8aefe7f7a7e368d82d332b1aeb5494aefa9b5 (diff) |
luci-app-statistics: add new memory plugin option
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua index 8dee2dafcd..9ad1b3f88d 100644 --- a/applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua +++ b/applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua @@ -1,7 +1,7 @@ return { - legend = { - { }, + legend = { { }, + { "ValuesPercentage", "ValuesAbsolute" }, { } }, label = _("Memory"), |