summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/csv.lua
blob: 17a8621afe03a91e1776aaa9c9873199496080d9 (plain)
1
2
3
4
5
6
7
8
9
return {
	legend = {
		{ "DataDir" },
		{ "StoreRates" },
		{ }
	},
	label = _("CSV Output"),
	category = "output"
}