diff options
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua deleted file mode 100644 index bb76522d3..000000000 --- a/applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - legend = { - { }, - { "ListeningPorts" }, - { "LocalPorts", "RemotePorts" } - }, - label = _("TCP Connections"), - category = "network" -} |