mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Transferring flows status bitmap to the client/server host. Added anomalous flows reasons to the host details page.
This commit is contained in:
parent
c8a821d2f3
commit
38a53ec1fa
9 changed files with 52 additions and 9 deletions
|
|
@ -2457,6 +2457,10 @@ end
|
|||
-- ###############################################
|
||||
|
||||
function formatIDSFlowAlert(flowstatus_info)
|
||||
if not flowstatus_info then
|
||||
return i18n("alerts_dashboard.ids_alert")
|
||||
end
|
||||
|
||||
local signature = (flowstatus_info.ids_alert and flowstatus_info.ids_alert.signature)
|
||||
local category = (flowstatus_info.ids_alert and flowstatus_info.ids_alert.category)
|
||||
local severity = (flowstatus_info.ids_alert and flowstatus_info.ids_alert.severity)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue