From e35ccc4ebcce3ca733ca2b50cb3d1c157533538d Mon Sep 17 00:00:00 2001 From: Mike Place Date: Thu, 5 Dec 2019 14:57:08 +0100 Subject: [PATCH] Give heading element to beats overview --- .../components/beats/overview/overview.js | 23 +++++++++++++------ 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/x-pack/legacy/plugins/monitoring/public/components/beats/overview/overview.js b/x-pack/legacy/plugins/monitoring/public/components/beats/overview/overview.js index 4442f8021eec94d..419a463d647b02e 100644 --- a/x-pack/legacy/plugins/monitoring/public/components/beats/overview/overview.js +++ b/x-pack/legacy/plugins/monitoring/public/components/beats/overview/overview.js @@ -19,7 +19,8 @@ import { EuiFlexItem, EuiPageBody, EuiPanel, - EuiPageContent + EuiPageContent, + EuiScreenReaderOnly, } from '@elastic/eui'; import { FormattedMessage } from '@kbn/i18n/react'; import { i18n } from '@kbn/i18n'; @@ -31,12 +32,12 @@ function renderLatestActive(latestActive, latestTypes, latestVersions) { -

+

-

+
@@ -45,12 +46,12 @@ function renderLatestActive(latestActive, latestTypes, latestVersions) { -

+

-

+
@@ -59,12 +60,12 @@ function renderLatestActive(latestActive, latestTypes, latestVersions) { -

+

-

+
@@ -118,6 +119,14 @@ export function BeatsOverview({ return ( + +

+ +

+
{renderLatestActive(latestActive, latestTypes, latestVersions)}