Skip to content

Commit 392d406

Browse files
committed
feat: revert annotation alert -> warning icon changes
1 parent f067b14 commit 392d406

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/solutions/observability/plugins/infra/public/alerting/metric_threshold/components/alert_details_app_section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function AlertDetailsAppSection({ alert, rule }: AppSectionProps) {
7979
timestamp: alertStart!,
8080
},
8181
color: euiTheme.colors.danger,
82-
icon: 'warning',
82+
icon: 'alert',
8383
id: 'metric_threshold_alert_start_annotation',
8484
};
8585

x-pack/solutions/observability/plugins/observability/public/components/custom_threshold/components/alert_details_app_section/alert_details_app_section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default function AlertDetailsAppSection({ alert }: AppSectionProps) {
8181
timestamp: alertStart!,
8282
},
8383
color: euiTheme.colors.danger,
84-
icon: 'warning',
84+
icon: 'alert',
8585
id: 'custom_threshold_alert_start_annotation',
8686
};
8787
const alertRangeAnnotation: RangeEventAnnotationConfig = {

0 commit comments

Comments
 (0)