mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fixes broken link
This commit is contained in:
parent
fd489a8331
commit
62b80dc520
1 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ const handleClickIncompatibleLicense = (scope, clusterName) => {
|
||||||
defaultMessage="Need to monitor multiple clusters? {getLicenseInfoLink} to enjoy multi-cluster monitoring."
|
defaultMessage="Need to monitor multiple clusters? {getLicenseInfoLink} to enjoy multi-cluster monitoring."
|
||||||
values={{
|
values={{
|
||||||
getLicenseInfoLink: (
|
getLicenseInfoLink: (
|
||||||
<a href="https://www.elastic.co/subscriptions/xpack" target="_blank">
|
<a href="https://www.elastic.co/subscriptions" target="_blank">
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id="xpack.monitoring.cluster.listing.incompatibleLicense.getLicenseLinkLabel"
|
id="xpack.monitoring.cluster.listing.incompatibleLicense.getLicenseLinkLabel"
|
||||||
defaultMessage="Get a license with full functionality"
|
defaultMessage="Get a license with full functionality"
|
||||||
|
@ -340,7 +340,7 @@ const handleClickInvalidLicense = (scope, clusterName) => {
|
||||||
</a>
|
</a>
|
||||||
),
|
),
|
||||||
getLicenseInfoLink: (
|
getLicenseInfoLink: (
|
||||||
<a href="https://www.elastic.co/subscriptions/xpack" target="_blank">
|
<a href="https://www.elastic.co/subscriptions" target="_blank">
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id="xpack.monitoring.cluster.listing.invalidLicense.getLicenseLinkLabel"
|
id="xpack.monitoring.cluster.listing.invalidLicense.getLicenseLinkLabel"
|
||||||
defaultMessage="get a license with full functionality"
|
defaultMessage="get a license with full functionality"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue