Skip to content

Commit

Permalink
Switch active alert colors (#350)
Browse files Browse the repository at this point in the history
* [FEATURE] Detector must have at least one alert set #288

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [BUG] Switch colors for Alerts STATUS chart #349

Signed-off-by: Jovan Cvetkovic <[email protected]>

Signed-off-by: Jovan Cvetkovic <[email protected]>
(cherry picked from commit d0ca158)
  • Loading branch information
jovancvetkovic3006 authored and github-actions[bot] committed Jan 11, 2023
1 parent db886ab commit 86cf03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/Overview/utils/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ export function getAlertsVisualizationSpec(

let states = ['ACTIVE', 'ACKNOWLEDGED'];
const statusColors = {
euiColorVis6: '#B9A888',
euiColorVis9: '#E7664C',
euiColorVis6: '#B9A888',
};

const statusTitle = 'Alert status';
Expand Down

0 comments on commit 86cf03a

Please sign in to comment.