Skip to content

Commit

Permalink
[7.x] [APM] Remove beta badge from transaction breakdown (#471… (#47240)
Browse files Browse the repository at this point in the history
Closes #47161.
  • Loading branch information
dgieselaar authored Oct 4, 2019
1 parent 26c9c26 commit bccc74c
Showing 1 changed file with 3 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import {
EuiTitle,
EuiFlexGroup,
EuiFlexItem,
EuiSpacer,
EuiBetaBadge,
EuiButtonEmpty
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
Expand All @@ -24,28 +22,9 @@ const TransactionBreakdownHeader: React.FC<{
<EuiFlexItem>
<EuiTitle size="xs">
<h3>
<EuiFlexGroup alignItems="center" gutterSize="s">
<EuiFlexItem grow={false}>
{i18n.translate('xpack.apm.transactionBreakdown.chartTitle', {
defaultMessage: 'Time spent by span type'
})}
</EuiFlexItem>
<EuiSpacer size="xs" />
<EuiFlexItem grow={false}>
<EuiBetaBadge
label={i18n.translate('xpack.apm.ui.betaBadgeLabel', {
defaultMessage: 'Beta'
})}
tooltipContent={i18n.translate(
'xpack.apm.ui.betaBadgeTooltipTitle',
{
defaultMessage:
'This feature is still in development. If you have feedback, please reach out in our Discuss forum.'
}
)}
/>
</EuiFlexItem>
</EuiFlexGroup>
{i18n.translate('xpack.apm.transactionBreakdown.chartTitle', {
defaultMessage: 'Time spent by span type'
})}
</h3>
</EuiTitle>
</EuiFlexItem>
Expand Down

0 comments on commit bccc74c

Please sign in to comment.