luci/applications/luci-app-statistics/luasrc/statistics/plugins/tcpconns.lua

10 lines
148 B
Lua
Raw Normal View History

return {
legend = {
{ },
{ "ListeningPorts" },
{ "LocalPorts", "RemotePorts" }
},
label = _("TCP Connections"),
category = "network"
}