From 2fabdbabe7d34a08bca7cc980b8274ff709c417d Mon Sep 17 00:00:00 2001 From: igoristic Date: Wed, 29 May 2019 11:15:00 -0400 Subject: [PATCH] Swapped the anchor tag with EuiLink (#37020) (#37095) --- .../public/components/cluster/listing/listing.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/x-pack/plugins/monitoring/public/components/cluster/listing/listing.js b/x-pack/plugins/monitoring/public/components/cluster/listing/listing.js index 1b39341a5f7c..7124faa3bf05 100644 --- a/x-pack/plugins/monitoring/public/components/cluster/listing/listing.js +++ b/x-pack/plugins/monitoring/public/components/cluster/listing/listing.js @@ -292,12 +292,12 @@ const handleClickIncompatibleLicense = (scope, clusterName) => { defaultMessage="Need to monitor multiple clusters? {getLicenseInfoLink} to enjoy multi-cluster monitoring." values={{ getLicenseInfoLink: ( - + - + ) }} /> @@ -332,20 +332,20 @@ const handleClickInvalidLicense = (scope, clusterName) => { defaultMessage="Need a license? {getBasicLicenseLink} or {getLicenseInfoLink} to enjoy multi-cluster monitoring." values={{ getBasicLicenseLink: ( - + - + ), getLicenseInfoLink: ( - + - + ) }} />