mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed check on entity id when printing the host
This commit is contained in:
parent
a747b6bebc
commit
d435f379b0
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ function alert_utils.formatAlertNotification(notif, options)
|
|||
end
|
||||
|
||||
-- entity can be hidden for example when one is OK with just the message
|
||||
if options.show_entity and notif.entity_id and notif.entity_val then
|
||||
if notif.entity_id and notif.entity_val then
|
||||
local ev = notif.entity_val
|
||||
|
||||
if notif.entity_id == alert_entities.flow.entity_id then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue