Commit a0316ac9 authored by Illya Klymov's avatar Illya Klymov

Merge branch '207322-use-gl-link' into 'master'

Use gl-link for Kubernetes application More Information links

See merge request gitlab-org/gitlab!33274
parents 70c69531 05d0f547
...@@ -196,7 +196,7 @@ export default { ...@@ -196,7 +196,7 @@ export default {
s__(`ClusterIntegration|Choose which applications to install on your Kubernetes cluster. s__(`ClusterIntegration|Choose which applications to install on your Kubernetes cluster.
Helm Tiller is required to install any of the following applications.`) Helm Tiller is required to install any of the following applications.`)
}} }}
<a :href="helpPath">{{ __('More information') }}</a> <gl-link :href="helpPath">{{ __('More information') }}</gl-link>
</p> </p>
<div class="cluster-application-list prepend-top-10"> <div class="cluster-application-list prepend-top-10">
...@@ -306,9 +306,9 @@ export default { ...@@ -306,9 +306,9 @@ export default {
generated endpoint in order to access generated endpoint in order to access
your application after it has been deployed.`) your application after it has been deployed.`)
}} }}
<a :href="ingressDnsHelpPath" target="_blank" rel="noopener noreferrer"> <gl-link :href="ingressDnsHelpPath" target="_blank">
{{ __('More information') }} {{ __('More information') }}
</a> </gl-link>
</p> </p>
</div> </div>
...@@ -318,9 +318,9 @@ export default { ...@@ -318,9 +318,9 @@ export default {
the process of being assigned. Please check your Kubernetes the process of being assigned. Please check your Kubernetes
cluster or Quotas on Google Kubernetes Engine if it takes a long time.`) cluster or Quotas on Google Kubernetes Engine if it takes a long time.`)
}} }}
<a :href="ingressDnsHelpPath" target="_blank" rel="noopener noreferrer"> <gl-link :href="ingressDnsHelpPath" target="_blank">
{{ __('More information') }} {{ __('More information') }}
</a> </gl-link>
</p> </p>
</template> </template>
<template v-else> <template v-else>
...@@ -397,11 +397,10 @@ export default { ...@@ -397,11 +397,10 @@ export default {
s__(`ClusterIntegration|Issuers represent a certificate authority. s__(`ClusterIntegration|Issuers represent a certificate authority.
You must provide an email address for your Issuer. `) You must provide an email address for your Issuer. `)
}} }}
<a <gl-link
href="http://docs.cert-manager.io/en/latest/reference/issuers.html?highlight=email" href="http://docs.cert-manager.io/en/latest/reference/issuers.html?highlight=email"
target="_blank" target="_blank"
rel="noopener noreferrer" >{{ __('More information') }}</gl-link
>{{ __('More information') }}</a
> >
</p> </p>
</div> </div>
...@@ -578,9 +577,9 @@ export default { ...@@ -578,9 +577,9 @@ export default {
s__(`ClusterIntegration|Replace this with your own hostname if you want. s__(`ClusterIntegration|Replace this with your own hostname if you want.
If you do so, point hostname to Ingress IP Address from above.`) If you do so, point hostname to Ingress IP Address from above.`)
}} }}
<a :href="ingressDnsHelpPath" target="_blank" rel="noopener noreferrer"> <gl-link :href="ingressDnsHelpPath" target="_blank">
{{ __('More information') }} {{ __('More information') }}
</a> </gl-link>
</p> </p>
</div> </div>
</template> </template>
...@@ -617,9 +616,7 @@ export default { ...@@ -617,9 +616,7 @@ export default {
s__(`ClusterIntegration|You must have an RBAC-enabled cluster s__(`ClusterIntegration|You must have an RBAC-enabled cluster
to install Knative.`) to install Knative.`)
}} }}
<a :href="helpPath" target="_blank" rel="noopener noreferrer"> <gl-link :href="helpPath" target="_blank">{{ __('More information') }}</gl-link>
{{ __('More information') }}
</a>
</p> </p>
<p> <p>
{{ {{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment