From bccc74c8ae88a2258a2b80102db8f7484288ea1e Mon Sep 17 00:00:00 2001 From: Dario Gieselaar Date: Fri, 4 Oct 2019 12:17:32 +0200 Subject: [PATCH] =?UTF-8?q?[7.x]=20[APM]=20Remove=20beta=20badge=20from=20?= =?UTF-8?q?transaction=20breakdown=20(#471=E2=80=A6=20(#47240)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #47161. --- .../TransactionBreakdownHeader.tsx | 27 +++---------------- 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/x-pack/legacy/plugins/apm/public/components/shared/TransactionBreakdown/TransactionBreakdownHeader.tsx b/x-pack/legacy/plugins/apm/public/components/shared/TransactionBreakdown/TransactionBreakdownHeader.tsx index e4519a82f955..ce39003da21f 100644 --- a/x-pack/legacy/plugins/apm/public/components/shared/TransactionBreakdown/TransactionBreakdownHeader.tsx +++ b/x-pack/legacy/plugins/apm/public/components/shared/TransactionBreakdown/TransactionBreakdownHeader.tsx @@ -9,8 +9,6 @@ import { EuiTitle, EuiFlexGroup, EuiFlexItem, - EuiSpacer, - EuiBetaBadge, EuiButtonEmpty } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; @@ -24,28 +22,9 @@ const TransactionBreakdownHeader: React.FC<{

- - - {i18n.translate('xpack.apm.transactionBreakdown.chartTitle', { - defaultMessage: 'Time spent by span type' - })} - - - - - - + {i18n.translate('xpack.apm.transactionBreakdown.chartTitle', { + defaultMessage: 'Time spent by span type' + })}