Skip to content

Commit

Permalink
Reverse "Settings" and "Alerts" menu options to make them uniform wit…
Browse files Browse the repository at this point in the history
…h APM.
  • Loading branch information
justinkambic committed May 25, 2021
1 parent 8a0e37e commit 452d11f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ export function ActionMenuContent(): React.ReactElement {

return (
<EuiHeaderLinks>
<EuiHeaderSectionItem>
<ToggleAlertFlyoutButton />
</EuiHeaderSectionItem>
<EuiHeaderSectionItem>
<EuiButtonEmpty
aria-label={i18n.translate('xpack.uptime.page_header.settingsLink.label', {
Expand All @@ -69,6 +66,9 @@ export function ActionMenuContent(): React.ReactElement {
<FormattedMessage id="xpack.uptime.page_header.settingsLink" defaultMessage="Settings" />
</EuiButtonEmpty>
</EuiHeaderSectionItem>
<EuiHeaderSectionItem>
<ToggleAlertFlyoutButton />
</EuiHeaderSectionItem>
<EuiHeaderSectionItem>
<EuiToolTip position="top" content={<p>{ANALYZE_MESSAGE}</p>}>
<EuiButtonEmpty
Expand Down

0 comments on commit 452d11f

Please sign in to comment.