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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
c2635e0c
Commit
c2635e0c
authored
Nov 20, 2018
by
Amit Rathi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prettify files
parent
fbe154c6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/clusters/components/applications.vue
app/assets/javascripts/clusters/components/applications.vue
+1
-1
spec/javascripts/clusters/services/mock_data.js
spec/javascripts/clusters/services/mock_data.js
+2
-2
No files found.
app/assets/javascripts/clusters/components/applications.vue
View file @
c2635e0c
...
@@ -138,7 +138,7 @@ export default {
...
@@ -138,7 +138,7 @@ export default {
{
{
letsEncrypt
:
`<a href="https://letsencrypt.org/"
letsEncrypt
:
`<a href="https://letsencrypt.org/"
target="_blank" rel="noopener noreferrer">
target="_blank" rel="noopener noreferrer">
${
_
.
escape
(
s__
(
'
ClusterIntegration|Let
\'
s Encrypt
'
))}
</a>`
,
${
_
.
escape
(
s__
(
"
ClusterIntegration|Let's Encrypt
"
))}
</a>`
,
},
},
false
,
false
,
);
);
...
...
spec/javascripts/clusters/services/mock_data.js
View file @
c2635e0c
...
@@ -42,7 +42,7 @@ const CLUSTERS_MOCK_DATA = {
...
@@ -42,7 +42,7 @@ const CLUSTERS_MOCK_DATA = {
name
:
'
cert_manager
'
,
name
:
'
cert_manager
'
,
status
:
APPLICATION_STATUS
.
ERROR
,
status
:
APPLICATION_STATUS
.
ERROR
,
status_reason
:
'
Cannot connect
'
,
status_reason
:
'
Cannot connect
'
,
}
}
,
],
],
},
},
},
},
...
@@ -86,7 +86,7 @@ const CLUSTERS_MOCK_DATA = {
...
@@ -86,7 +86,7 @@ const CLUSTERS_MOCK_DATA = {
name
:
'
cert_manager
'
,
name
:
'
cert_manager
'
,
status
:
APPLICATION_STATUS
.
ERROR
,
status
:
APPLICATION_STATUS
.
ERROR
,
status_reason
:
'
Cannot connect
'
,
status_reason
:
'
Cannot connect
'
,
}
}
,
],
],
},
},
},
},
...
...
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