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