luci/applications/luci-app-statistics/luasrc/statistics/plugins/df.lua
2019-07-05 02:03:13 +02:00

9 lines
154 B
Lua

return {
legend = {
{ },
{ "IgnoreSelected" },
{ "Devices", "MountPoints", "FSTypes" }
},
label = _("Disk Space Usage"),
category = "general"
}