Merge pull request #2818 from mberndt123/mb/extensible-statistics
[oweals/luci.git] / applications / luci-app-statistics / luasrc / statistics / plugins / memory.lua
1 return {
2         legend = { 
3                 { },
4                 { },
5                 { }
6         },
7         label = _("Memory"),
8         category = "general"
9 }