Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
05d0f547
Commit
05d0f547
authored
May 28, 2020
by
Daniel Tian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use gl-link on Kubernetes apps page
parent
2610a385
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
13 deletions
+10
-13
app/assets/javascripts/clusters/components/applications.vue
app/assets/javascripts/clusters/components/applications.vue
+10
-13
No files found.
app/assets/javascripts/clusters/components/applications.vue
View file @
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>
{{
{{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment