Removed confusing icons from alerts/hosts/flows tables

This commit is contained in:
Matteo Biscosi 2021-05-17 15:51:10 +02:00
parent fdf8fbadb8
commit 020b1fd539
9 changed files with 34 additions and 25 deletions

View file

@ -58,7 +58,7 @@ function alert_threshold_cross.format(ifid, alert, alert_type_params)
granularity = engine_label,
metric = alert_type_params.metric,
entity = entity,
host_category = format_utils.formatAddressCategory((json.decode(alert.json)).alert_generation.host_info),
host_category = format_utils.formatMainAddressCategory((json.decode(alert.json)).alert_generation.host_info),
value = format_utils.formatValue(alert_type_params.value),
op = "&".. (alert_type_params.operator or "gt") ..";",
threshold = format_utils.formatValue(alert_type_params.threshold),