mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixes alert naming formatting not correctly working
This commit is contained in:
parent
474291df7a
commit
c7da0b85c1
2 changed files with 5 additions and 3 deletions
|
|
@ -1056,7 +1056,7 @@ function flowinfo2hostname(flow_info, host_type, alerts_view, add_hostname)
|
|||
vlan = flow_info["vlan"],
|
||||
}
|
||||
|
||||
return(hostinfo2label(hostinfo))
|
||||
return(hostinfo2label(hostinfo, true, false, true))
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue