diff --git a/html/includes/print-alert-rules.php b/html/includes/print-alert-rules.php index 9b987ca64f..84eb2e6a9f 100644 --- a/html/includes/print-alert-rules.php +++ b/html/includes/print-alert-rules.php @@ -131,7 +131,7 @@ foreach (dbFetchRows($full_query, $param) as $rule) { $ico = 'check'; $col = 'success'; } elseif ((int) $sub['state'] === 1 || (int) $sub['state'] === 2) { - $ico = 'remove'; + $ico = 'exclamation'; $col = 'danger'; $extra = 'danger'; }