mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Changed remediation icon style/type
This commit is contained in:
parent
7f60065f00
commit
80914615aa
2 changed files with 4 additions and 4 deletions
|
|
@ -425,11 +425,11 @@ function alert_utils.formatFlowAlertMessage(ifid, alert, alert_json, add_score,
|
|||
end
|
||||
end
|
||||
|
||||
msg = string.format("%s %s",msg, flow_risk_utils.get_remediation_documentation_link(alert.alert_id))
|
||||
|
||||
-- Add the link to the documentation
|
||||
if alert_risk and alert_risk > 0 then
|
||||
msg = string.format("%s %s", msg, flow_risk_utils.get_documentation_link(alert_risk))
|
||||
msg = string.format("%s %s %s",
|
||||
msg, flow_risk_utils.get_documentation_link(alert_risk),
|
||||
flow_risk_utils.get_remediation_documentation_link(alert.alert_id))
|
||||
local info_msg = alert_utils.get_flow_risk_info(alert_risk, alert_json)
|
||||
|
||||
-- Add check info_msg ~= alert.info to avoid duplicated in description msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue