Skip to content

Commit 7ec5155

Browse files
committed
- remove bell icon from alerts menu
1 parent 936ae05 commit 7ec5155

File tree

1 file changed

+0
-3
lines changed
  • x-pack/plugins/apm/public/components/app/ServiceDetails/AlertIntegrations

1 file changed

+0
-3
lines changed

x-pack/plugins/apm/public/components/app/ServiceDetails/AlertIntegrations/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ export function AlertIntegrations(props: Props) {
101101
title: transactionDurationLabel,
102102
items: [
103103
{
104-
icon: 'bell',
105104
name: createThresholdAlertLabel,
106105
onClick: () => {
107106
setAlertType(AlertType.TransactionDuration);
@@ -111,7 +110,6 @@ export function AlertIntegrations(props: Props) {
111110
...(canReadAnomalies
112111
? [
113112
{
114-
icon: 'bell',
115113
name: createAnomalyAlertAlertLabel,
116114
onClick: () => {
117115
setAlertType(AlertType.TransactionDurationAnomaly);
@@ -127,7 +125,6 @@ export function AlertIntegrations(props: Props) {
127125
title: errorRateLabel,
128126
items: [
129127
{
130-
icon: 'bell',
131128
name: createThresholdAlertLabel,
132129
onClick: () => {
133130
setAlertType(AlertType.ErrorRate);

0 commit comments

Comments
 (0)