BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
7712b151
Unverified
Commit
7712b151
authored
Feb 20, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra commas from templates
parent
e1d587f5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
applications.vue
app/assets/javascripts/clusters/components/applications.vue
+4
-8
No files found.
app/assets/javascripts/clusters/components/applications.vue
View file @
7712b151
...
@@ -143,10 +143,8 @@
...
@@ -143,10 +143,8 @@
:request-reason=
"applications.helm.requestReason"
:request-reason=
"applications.helm.requestReason"
>
>
<div
slot=
"description"
>
<div
slot=
"description"
>
{{
s__
(
{{
s__
(
`ClusterIntegration|Helm streamlines installing and managing Kubernetes applications.
`ClusterIntegration|Helm streamlines installing and managing Kubernetes applications.
Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts.`
)
}}
Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts.`
,
)
}}
</div>
</div>
</application-row>
</application-row>
<application-row
<application-row
...
@@ -160,11 +158,9 @@
...
@@ -160,11 +158,9 @@
>
>
<div
slot=
"description"
>
<div
slot=
"description"
>
<p>
<p>
{{
s__
(
{{
s__
(
`ClusterIntegration|Ingress gives you a way to route
`ClusterIntegration|Ingress gives you a way to route
requests to services based on the request host or path,
requests to services based on the request host or path,
centralizing a number of services into a single entrypoint.`
,
centralizing a number of services into a single entrypoint.`
)
}}
)
}}
</p>
</p>
<template
v-if=
"ingressInstalled"
>
<template
v-if=
"ingressInstalled"
>
...
...
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