summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua
blob: 8dee2dafcdef2c94e06dea8766ab23b436a692c8 (plain)
1
2
3
4
5
6
7
8
9
return {
	legend = { 
		{ },
		{ },
		{ }
	},
	label = _("Memory"),
	category = "general"
}