Skip to content

Commit

Permalink
update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Nov 13, 2019
1 parent 54dff1f commit 2565c79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
*/

import React, { useEffect } from 'react';
import { EuiLink, EuiSpacer, EuiFlexGroup, EuiFlexItem, EuiButton, EuiIcon } from '@elastic/eui';
import { EuiLink, EuiSpacer, EuiFlexGroup, EuiFlexItem, EuiIcon } from '@elastic/eui';
import { get } from 'lodash';
import styled from 'styled-components';
import { connect } from 'react-redux';
import { FormattedMessage } from '@kbn/i18n/react';
import { MonitorSummary } from '../../../../../common/graphql/types';
import { AppState } from '../../../../state';
import { fetchMonitorDetails } from '../../../../state/actions/monitor';
Expand Down Expand Up @@ -66,15 +65,6 @@ export function MonitorListDrawerComponent({
<EuiIcon size="s" type="popout" color="subbdued" />
</EuiLink>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiButton size="s">
<FormattedMessage
defaultMessage="Actions"
description="Monitor actions button"
id="xpack.uptime.monitorList.drawer.actions.label"
/>
</EuiButton>
</EuiFlexItem>
</EuiFlexGroup>
<EuiSpacer size="s" />
<MonitorStatusList checks={summary.state.checks} />
Expand Down

0 comments on commit 2565c79

Please sign in to comment.