mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Reviewed alert description and alert table width
This commit is contained in:
parent
1f4c3114cf
commit
4be03c9627
2 changed files with 7 additions and 9 deletions
|
|
@ -282,7 +282,7 @@ end
|
|||
-- Current flow statuses sharing this function are status_tcp_severe_connection_issues
|
||||
-- and status_tcp_connection_issues
|
||||
function format_utils.formatConnectionIssues(info)
|
||||
local res = i18n("flow_details.tcp_connection_issues")
|
||||
local res = ""
|
||||
|
||||
if info and info.client_issues and info.tcp_stats and type(info.tcp_stats) == "table" and info.cli2srv_pkts then
|
||||
local retx = info.tcp_stats["cli2srv.retransmissions"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue