luci/applications/luci-app-statistics/luasrc/statistics/plugins/df.lua

10 lines
154 B
Lua
Raw Normal View History

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