Skip to content

Commit f80fe40

Browse files
committed
remove unnecessary title for now
1 parent 9d6e70f commit f80fe40

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

x-pack/plugins/apm/public/components/app/RumDashboard/ImpactfulMetrics/index.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,12 @@
55
*/
66

77
import React from 'react';
8-
import {
9-
EuiFlexItem,
10-
EuiPanel,
11-
EuiTitle,
12-
EuiFlexGroup,
13-
EuiSpacer,
14-
} from '@elastic/eui';
8+
import { EuiFlexItem, EuiPanel, EuiFlexGroup, EuiSpacer } from '@elastic/eui';
159
import { JSErrors } from './JSErrors';
16-
import { I18LABELS } from '../translations';
1710

1811
export function ImpactfulMetrics() {
1912
return (
2013
<EuiPanel>
21-
<EuiTitle size="s">
22-
<h3>{I18LABELS.impactfulMetrics}</h3>
23-
</EuiTitle>
2414
<EuiSpacer size="xs" />
2515
<EuiFlexGroup wrap>
2616
<EuiFlexItem style={{ flexBasis: 650 }}>

x-pack/plugins/apm/public/components/app/RumDashboard/translations.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ export const I18LABELS = {
3737
defaultMessage: 'Page load distribution',
3838
}
3939
),
40-
impactfulMetrics: i18n.translate(
41-
'xpack.apm.rum.dashboard.impactfulMetrics.label',
42-
{
43-
defaultMessage: 'Impactful metrics',
44-
}
45-
),
4640
jsErrors: i18n.translate(
4741
'xpack.apm.rum.dashboard.impactfulMetrics.jsErrors',
4842
{

0 commit comments

Comments
 (0)