mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add flow and host remediation.
This commit is contained in:
parent
183d89c216
commit
74ec6975b4
8 changed files with 531 additions and 3 deletions
|
|
@ -500,6 +500,7 @@ local function dt_format_flow_risk(flow_risk_id)
|
|||
label = title,
|
||||
value = cur_risk_id,
|
||||
help = flow_risk_utils.get_documentation_link(cur_risk_id),
|
||||
remediation = flow_risk_utils.get_remediation_documentation_link(cur_risk_id)
|
||||
}
|
||||
|
||||
flow_risks[#flow_risks + 1] = flow_risk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue