mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed confusing icons from alerts/hosts/flows tables
This commit is contained in:
parent
fdf8fbadb8
commit
020b1fd539
9 changed files with 34 additions and 25 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue