Merge pull request #3063 from TDT-AG/pr/20190908-luci-app-statistics
[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 }