From c8c8e91fbbd4e60c419e8e3cdb9f2888412c102f Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 13:12:56 -0800 Subject: [PATCH] Switch active alert colors (#350) (#354) * [FEATURE] Detector must have at least one alert set #288 Signed-off-by: Jovan Cvetkovic * [BUG] Switch colors for Alerts STATUS chart #349 Signed-off-by: Jovan Cvetkovic Signed-off-by: Jovan Cvetkovic (cherry picked from commit d0ca1583783a9634d1d9e4f907fc09bfebaca6a1) Co-authored-by: Jovan Cvetkovic --- public/pages/Overview/utils/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/pages/Overview/utils/helpers.ts b/public/pages/Overview/utils/helpers.ts index f9ce46ed0..497c8c1ff 100644 --- a/public/pages/Overview/utils/helpers.ts +++ b/public/pages/Overview/utils/helpers.ts @@ -263,8 +263,8 @@ export function getAlertsVisualizationSpec( let states = ['ACTIVE', 'ACKNOWLEDGED']; const statusColors = { - euiColorVis6: '#B9A888', euiColorVis9: '#E7664C', + euiColorVis6: '#B9A888', }; const statusTitle = 'Alert status';