luci/applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua
Florian Eckert d064cbcf98 luci-app-statistics: add new memory plugin option
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-09-13 12:59:04 +02:00

9 lines
128 B
Lua

return {
legend = {
{ },
{ "ValuesPercentage", "ValuesAbsolute" },
{ }
},
label = _("Memory"),
category = "general"
}