luci-app-statistics: convert plugin definitions to JSON
[project/luci.git] / applications / luci-app-statistics / luasrc / statistics / plugins / cpu.lua
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua
deleted file mode 100644 (file)
index bae3259..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-return {
-       legend = {
-               { },
-               { "ValuesPercentage" , "ReportByCpu", "ReportByState" },
-               { }
-       },
-       label = _("Processor"),
-       category = "general"
-}