make luci-app-statistics more extensible
[project/luci.git] / applications / luci-app-statistics / luasrc / statistics / plugins / interface.lua
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/interface.lua
new file mode 100644 (file)
index 0000000..e220267
--- /dev/null
@@ -0,0 +1,9 @@
+return {
+       legend = {
+               { },
+               { "IgnoreSelected" },
+               { "Interfaces" }
+       },
+       label = _("Interfaces"),
+       category = "network"
+}