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
e5b5739f
Commit
e5b5739f
authored
Oct 28, 2021
by
anna_vovchenko
Committed by
Nicolò Maria Mezzopera
Oct 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed text align for the clusters empty state
parent
b8ce0c78
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/clusters_list/components/clusters_empty_state.vue
...scripts/clusters_list/components/clusters_empty_state.vue
+2
-2
No files found.
app/assets/javascripts/clusters_list/components/clusters_empty_state.vue
View file @
e5b5739f
...
...
@@ -23,7 +23,7 @@ export default {
:title=
"s__('ClusterIntegration|Integrate Kubernetes with a cluster certificate')"
>
<template
#description
>
<p
class=
"gl-text-left"
>
<p>
{{
s__
(
'
ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way.
'
,
...
...
@@ -31,7 +31,7 @@ export default {
}}
</p>
<p
v-if=
"emptyStateHelpText"
class=
"gl-text-left"
data-testid=
"clusters-empty-state-text"
>
<p
v-if=
"emptyStateHelpText"
data-testid=
"clusters-empty-state-text"
>
{{
emptyStateHelpText
}}
</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