From 556e14c74307a9b93291e7c25d5eb71ab3260ab6 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 6 Feb 2020 12:07:08 +0100 Subject: luci-app-statistics: convert plugin definitions to JSON Signed-off-by: Jo-Philipp Wich --- .../luci-app-statistics/luasrc/statistics/plugins/df.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 applications/luci-app-statistics/luasrc/statistics/plugins/df.lua (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/df.lua') 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" -} -- cgit v1.2.3