Reviewed alert description and alert table width

This commit is contained in:
Matteo Biscosi 2021-02-26 16:21:56 +01:00
parent 1f4c3114cf
commit 4be03c9627
2 changed files with 7 additions and 9 deletions

View file

@ -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"]