mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Use proper header nesting. (#136559)
This commit is contained in:
parent
f8bc451984
commit
26cb379a3b
2 changed files with 4 additions and 4 deletions
|
@ -220,12 +220,12 @@ export const PingHistogramComponent: React.FC<PingHistogramComponentProps> = ({
|
||||||
<EuiFlexGroup>
|
<EuiFlexGroup>
|
||||||
<EuiFlexItem>
|
<EuiFlexItem>
|
||||||
<EuiTitle size="s">
|
<EuiTitle size="s">
|
||||||
<h3>
|
<h2>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id="xpack.synthetics.snapshot.pingsOverTimeTitle"
|
id="xpack.synthetics.snapshot.pingsOverTimeTitle"
|
||||||
defaultMessage="Pings over time"
|
defaultMessage="Pings over time"
|
||||||
/>
|
/>
|
||||||
</h3>
|
</h2>
|
||||||
</EuiTitle>
|
</EuiTitle>
|
||||||
</EuiFlexItem>
|
</EuiFlexItem>
|
||||||
{showAnalyzeButton && (
|
{showAnalyzeButton && (
|
||||||
|
|
|
@ -20,12 +20,12 @@ export const MonitorListHeader: React.FC = () => {
|
||||||
<FlexGroupContainer alignItems="center">
|
<FlexGroupContainer alignItems="center">
|
||||||
<EuiFlexItem grow={false}>
|
<EuiFlexItem grow={false}>
|
||||||
<EuiTitle size="xs">
|
<EuiTitle size="xs">
|
||||||
<h5>
|
<h2>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id="xpack.synthetics.monitorList.monitoringStatusTitle"
|
id="xpack.synthetics.monitorList.monitoringStatusTitle"
|
||||||
defaultMessage="Monitors"
|
defaultMessage="Monitors"
|
||||||
/>
|
/>
|
||||||
</h5>
|
</h2>
|
||||||
</EuiTitle>
|
</EuiTitle>
|
||||||
</EuiFlexItem>
|
</EuiFlexItem>
|
||||||
<EuiFlexItem grow={false}>
|
<EuiFlexItem grow={false}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue