Merge pull request #1735 from sumpfralle/olsr-jsoninfo-parser-handle-empty-result
[oweals/luci.git] / applications / luci-app-statistics / luasrc / statistics / plugins / memory.lua
1 return {
2         legend = {
3                 { },
4                 { "ValuesPercentage", "ValuesAbsolute" },
5                 { }
6         },
7         label = _("Memory"),
8         category = "general"
9 }