summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/df.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-02-06 12:07:08 +0100
committerJo-Philipp Wich <jo@mein.io>2020-02-06 12:54:07 +0100
commit556e14c74307a9b93291e7c25d5eb71ab3260ab6 (patch)
tree47facc735b1c06ae201d66375d6778c826cc5fbd /applications/luci-app-statistics/luasrc/statistics/plugins/df.lua
parente6f76f21ba7f0e8f903d5251a620386cd02b524b (diff)
luci-app-statistics: convert plugin definitions to JSON
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/df.lua')
-rw-r--r--applications/luci-app-statistics/luasrc/statistics/plugins/df.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/df.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/df.lua
deleted file mode 100644
index 89acbff0ff..0000000000
--- a/applications/luci-app-statistics/luasrc/statistics/plugins/df.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-return {
- legend = {
- { },
- { "IgnoreSelected" },
- { "Devices", "MountPoints", "FSTypes" }
- },
- label = _("Disk Space Usage"),
- category = "general"
-}