summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/df.lua
blob: 89acbff0ffeebdcee4f2ee5a0a53ef711f20f6b2 (plain)
1
2
3
4
5
6
7
8
9
return {
	legend = {
		{ },
		{ "IgnoreSelected" },
		{ "Devices", "MountPoints", "FSTypes" }
	},
	label = _("Disk Space Usage"),
	category = "general"
}