mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes flow alerts table column width and description
This commit is contained in:
parent
4f0ac39efe
commit
39d3618351
8 changed files with 17 additions and 12 deletions
|
|
@ -60,7 +60,8 @@ end
|
|||
-- @param alert_type_params Table `alert_type_params` as built in the `:init` method
|
||||
-- @return A human-readable string
|
||||
function alert_connection_issues.format(ifid, alert, alert_type_params)
|
||||
format_utils.formatConnectionIssues(alert_type_params)
|
||||
local res = format_utils.formatConnectionIssues(alert_type_params)
|
||||
return res
|
||||
end
|
||||
|
||||
-- #######################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue