diff --git a/x-pack/legacy/plugins/monitoring/public/components/cluster/overview/alerts_panel.js b/x-pack/legacy/plugins/monitoring/public/components/cluster/overview/alerts_panel.js index 3a98db16b936032..bad9f7f14817d4f 100644 --- a/x-pack/legacy/plugins/monitoring/public/components/cluster/overview/alerts_panel.js +++ b/x-pack/legacy/plugins/monitoring/public/components/cluster/overview/alerts_panel.js @@ -85,12 +85,12 @@ export function AlertsPanel({ alerts, changeUrl }) { -

+

-

+
diff --git a/x-pack/legacy/plugins/monitoring/public/components/elasticsearch/ccr_shard/__snapshots__/ccr_shard.test.js.snap b/x-pack/legacy/plugins/monitoring/public/components/elasticsearch/ccr_shard/__snapshots__/ccr_shard.test.js.snap index a980a3b04684d87..965c982879cc1a2 100644 --- a/x-pack/legacy/plugins/monitoring/public/components/elasticsearch/ccr_shard/__snapshots__/ccr_shard.test.js.snap +++ b/x-pack/legacy/plugins/monitoring/public/components/elasticsearch/ccr_shard/__snapshots__/ccr_shard.test.js.snap @@ -149,9 +149,9 @@ exports[`CcrShard that it renders normally 1`] = ` -

+

September 27, 2018 9:32:09 AM -

+
-

{formatDateTimeLocal(timestamp)}

+

{formatDateTimeLocal(timestamp)}

diff --git a/x-pack/legacy/plugins/monitoring/public/components/license/index.js b/x-pack/legacy/plugins/monitoring/public/components/license/index.js index 6cf59471ca3b99a..12428595b6b3c99 100644 --- a/x-pack/legacy/plugins/monitoring/public/components/license/index.js +++ b/x-pack/legacy/plugins/monitoring/public/components/license/index.js @@ -14,7 +14,8 @@ import { EuiText, EuiLink, EuiFlexGroup, - EuiFlexItem + EuiFlexItem, + EuiScreenReaderOnly, } from '@elastic/eui'; import { LicenseStatus, AddLicense } from 'plugins/xpack_main/components'; import { FormattedMessage } from '@kbn/i18n/react'; @@ -61,6 +62,14 @@ export function License(props) { const { status, type, isExpired, expiryDate } = props; return ( + +

+ +

+
-

+

Filters -

+
diff --git a/x-pack/legacy/plugins/monitoring/public/components/no_data/no_data.js b/x-pack/legacy/plugins/monitoring/public/components/no_data/no_data.js index e9de0da7aabbd48..3f0db0cf60d1d63 100644 --- a/x-pack/legacy/plugins/monitoring/public/components/no_data/no_data.js +++ b/x-pack/legacy/plugins/monitoring/public/components/no_data/no_data.js @@ -19,7 +19,8 @@ import { EuiText, EuiTitle, EuiTextColor, - EuiButtonEmpty + EuiButtonEmpty, + EuiScreenReaderOnly, } from '@elastic/eui'; import { FormattedMessage } from '@kbn/i18n/react'; import { toggleSetupMode } from '../../lib/setup_mode'; @@ -54,6 +55,14 @@ export function NoData(props) { if (useInternalCollection) { return ( + +

+ +

+
+ +

+ +

+