Skip to content

Commit

Permalink
Display the icon on the right side
Browse files Browse the repository at this point in the history
  • Loading branch information
kpatticha committed Jul 19, 2022
1 parent 32da501 commit 371d2ea
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,15 +332,15 @@ function useTabs({ selectedTab }: { selectedTab: Tab['key'] }) {
query,
}),
label: (
<EuiFlexGroup direction="row" gutterSize="xs">
<EuiFlexItem>
<TechnicalPreviewBadge icon="beaker" />
</EuiFlexItem>
<EuiFlexGroup gutterSize="xs">
<EuiFlexItem>
{i18n.translate('xpack.apm.home.alertsTabLabel', {
defaultMessage: 'Alerts',
})}
</EuiFlexItem>
<EuiFlexItem>
<TechnicalPreviewBadge icon="beaker" />
</EuiFlexItem>
</EuiFlexGroup>
),
hidden: !(isAlertingAvailable && canReadAlerts),
Expand Down

0 comments on commit 371d2ea

Please sign in to comment.