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

10 lines
117 B
Lua
Raw Normal View History

return {
legend = {
{ "DataDir" },
{ "StoreRates" },
{ }
},
label = _("CSV Output"),
category = "output"
}