Skip to content

Commit

Permalink
Switch active alert colors (opensearch-project#350) (opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#354)

* [FEATURE] Detector must have at least one alert set opensearch-project#288

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

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

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

Signed-off-by: Jovan Cvetkovic <[email protected]>
(cherry picked from commit d0ca158)

Co-authored-by: Jovan Cvetkovic <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
  • Loading branch information
2 people authored and AWSHurneyt committed Oct 12, 2023
1 parent cd2d007 commit 5347703
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 5347703

Please sign in to comment.