luci-app-statistics: convert plugin definitions to JSON
[project/luci.git] / applications / luci-app-statistics / luasrc / statistics / plugins / netlink.lua
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua
deleted file mode 100644 (file)
index 885caf0..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-return {
-       legend = {
-               { },
-               { "IgnoreSelected" },
-               { "Interfaces", "VerboseInterfaces", "QDiscs", "Classes", "Filters" }
-       },
-       label = _("Netlink"),
-       category = "network"
-}