mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
bd9eed51ab
commit
2fabdbabe7
1 changed files with 7 additions and 7 deletions
|
@ -292,12 +292,12 @@ const handleClickIncompatibleLicense = (scope, clusterName) => {
|
|||
defaultMessage="Need to monitor multiple clusters? {getLicenseInfoLink} to enjoy multi-cluster monitoring."
|
||||
values={{
|
||||
getLicenseInfoLink: (
|
||||
<a href="https://www.elastic.co/subscriptions" target="_blank">
|
||||
<EuiLink href="https://www.elastic.co/subscriptions" target="_blank">
|
||||
<FormattedMessage
|
||||
id="xpack.monitoring.cluster.listing.incompatibleLicense.getLicenseLinkLabel"
|
||||
defaultMessage="Get a license with full functionality"
|
||||
/>
|
||||
</a>
|
||||
</EuiLink>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
|
@ -332,20 +332,20 @@ const handleClickInvalidLicense = (scope, clusterName) => {
|
|||
defaultMessage="Need a license? {getBasicLicenseLink} or {getLicenseInfoLink} to enjoy multi-cluster monitoring."
|
||||
values={{
|
||||
getBasicLicenseLink: (
|
||||
<a href={licensingPath}>
|
||||
<EuiLink href={licensingPath}>
|
||||
<FormattedMessage
|
||||
id="xpack.monitoring.cluster.listing.invalidLicense.getBasicLicenseLinkLabel"
|
||||
defaultMessage="Get a free Basic license"
|
||||
/>
|
||||
</a>
|
||||
</EuiLink>
|
||||
),
|
||||
getLicenseInfoLink: (
|
||||
<a href="https://www.elastic.co/subscriptions" target="_blank">
|
||||
<EuiLink href="https://www.elastic.co/subscriptions" target="_blank">
|
||||
<FormattedMessage
|
||||
id="xpack.monitoring.cluster.listing.invalidLicense.getLicenseLinkLabel"
|
||||
defaultMessage="get a license with full functionality"
|
||||
defaultMessage="Get a license with full functionality"
|
||||
/>
|
||||
</a>
|
||||
</EuiLink>
|
||||
)
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue