Skip to content

Commit

Permalink
Clean up and small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
crespocarlos committed Jul 13, 2023
1 parent e5967ff commit 1df0cb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
EuiPageBody,
EuiFlexGrid,
EuiSpacer,
EuiPageSection,
EuiPanel,
EuiScreenReaderOnly,
} from '@elastic/eui';
Expand Down Expand Up @@ -141,7 +140,8 @@ export function Beat({ summary, metrics, ...props }) {
<EuiPanel>
<SummaryStatus metrics={summarytStatsBot} data-test-subj="beatSummaryStatus02" />
</EuiPanel>
<EuiPageSection color="subdued">
<EuiSpacer size="m" />
<EuiPanel>
<EuiScreenReaderOnly>
<h1>
<FormattedMessage id="xpack.monitoring.beats.beat.heading" defaultMessage="Beat" />
Expand All @@ -155,7 +155,7 @@ export function Beat({ summary, metrics, ...props }) {
</EuiFlexItem>
))}
</EuiFlexGrid>
</EuiPageSection>
</EuiPanel>
</EuiPageBody>
</EuiPage>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import React from 'react';
import { EuiPage, EuiPageBody, EuiPageTemplate, EuiLoadingSpinner } from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n-react';
import './page_loading.scss';
import { useTrackPageview } from '@kbn/observability-shared-plugin/public';

function PageLoadingUI() {
Expand Down

This file was deleted.

0 comments on commit 1df0cb0

Please sign in to comment.