summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.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/contextswitch.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/contextswitch.lua')
-rw-r--r--applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua
deleted file mode 100644
index 90b44c2e7..000000000
--- a/applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-return {
- legend = {
- { },
- { },
- { }
- },
- label = _("Context Switches"),
- category = "general"
-}