luci/applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua
2019-07-05 02:03:13 +02:00

9 lines
117 B
Lua

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