Merge pull request #3606 from weblate/weblate-openwrt-luci
[project/luci.git] / applications / luci-app-statistics / luasrc / statistics / plugins / df.lua
1 return {
2 legend = {
3 { },
4 { "IgnoreSelected" },
5 { "Devices", "MountPoints", "FSTypes" }
6 },
7 label = _("Disk Space Usage"),
8 category = "general"
9 }