diff options
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/df.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/df.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/df.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/df.lua new file mode 100644 index 000000000..89acbff0f --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/plugins/df.lua @@ -0,0 +1,9 @@ +return { + legend = { + { }, + { "IgnoreSelected" }, + { "Devices", "MountPoints", "FSTypes" } + }, + label = _("Disk Space Usage"), + category = "general" +} |