mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Fixes wrong num alerts used for geomap
This commit is contained in:
parent
f963bb52a1
commit
4cf99661f1
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ local function show_hosts(hosts_count, host_key)
|
|||
isRoot = false,
|
||||
html = getFlag(value["country"]),
|
||||
ip = address,
|
||||
isAlert = value["num_alerts"] > 0
|
||||
isAlert = value["num_alerts"] + value["active_alerted_flows"] > 0
|
||||
}
|
||||
|
||||
if not isEmptyString(value["city"]) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue