diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-02-06 12:07:08 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-02-06 12:54:07 +0100 |
commit | 556e14c74307a9b93291e7c25d5eb71ab3260ab6 (patch) | |
tree | 47facc735b1c06ae201d66375d6778c826cc5fbd /applications/luci-app-statistics/luasrc/statistics/plugins/contextswitch.lua | |
parent | e6f76f21ba7f0e8f903d5251a620386cd02b524b (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.lua | 9 |
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" -} |