luci/applications/luci-app-statistics/luasrc/statistics/plugins/memory.lua

10 lines
128 B
Lua
Raw Normal View History

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