From c5675ded4c4a24c3fcb482a2716f40eb45ab7cfa Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Tue, 25 Jun 2019 15:24:42 +0200 Subject: [PATCH] fixed alert color --- pandora_console/include/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index 8a67ba1111..69e867bb40 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -146,7 +146,7 @@ define('COL_NOTINIT', '#4a83f3'); define('COL_UNKNOWN', '#B2B2B2'); define('COL_DOWNTIME', '#976DB1'); define('COL_IGNORED', '#DDD'); -define('COL_ALERTFIRED', '#FFA631'); +define('COL_ALERTFIRED', '#F36201'); define('COL_MINOR', '#B2B2B2'); define('COL_MAJOR', '#C97A4A'); define('COL_INFORMATIONAL', '#E4E4E4');