Merge pull request #3606 from weblate/weblate-openwrt-luci
[project/luci.git] / applications / luci-app-statistics / luasrc / statistics / plugins / csv.lua
1 return {
2 legend = {
3 { "DataDir" },
4 { "StoreRates" },
5 { }
6 },
7 label = _("CSV Output"),
8 category = "output"
9 }