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
6fb67718
Commit
6fb67718
authored
Jul 02, 2021
by
Marvin Karegyeya
Committed by
Jacques Erasmus
Jul 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update markup in clusters/_banner.html.haml
parent
10700efe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
app/views/clusters/clusters/_banner.html.haml
app/views/clusters/clusters/_banner.html.haml
+10
-8
No files found.
app/views/clusters/clusters/_banner.html.haml
View file @
6fb67718
...
...
@@ -6,17 +6,19 @@
%span
.gl-spinner.gl-spinner-dark
{
'aria-label'
:
'Loading'
}
%span
.gl-ml-2
=
s_
(
'ClusterIntegration|Kubernetes cluster is being created...'
)
.hidden.row.js-cluster-api-unreachable.gl-alert.gl-alert-warning
{
role:
'alert'
}
=
sprite_icon
(
'warning'
,
css_class:
'gl-icon gl-alert-icon gl-alert-icon-no-title'
)
%button
.js-close.gl-alert-dismiss
{
type:
'button'
,
'aria-label'
=>
_
(
'Dismiss'
)
}
=
sprite_icon
(
'close'
,
css_class:
'gl-icon'
)
=
render
'shared/global_alert'
,
variant: :warning
,
alert_class:
'hidden js-cluster-api-unreachable'
,
is_contained:
true
,
close_button_class:
'js-close'
do
.gl-alert-body
=
s_
(
'ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct.'
)
.hidden.js-cluster-authentication-failure.js-cluster-api-unreachable.gl-alert.gl-alert-warning
{
role:
'alert'
}
=
sprite_icon
(
'warning'
,
css_class:
'gl-icon gl-alert-icon gl-alert-icon-no-title'
)
%button
.js-close.gl-alert-dismiss
{
type:
'button'
,
'aria-label'
=>
_
(
'Dismiss'
)
}
=
sprite_icon
(
'close'
,
css_class:
'gl-icon'
)
=
render
'shared/global_alert'
,
variant: :warning
,
alert_class:
'hidden js-cluster-authentication-failure js-cluster-api-unreachable'
,
is_contained:
true
,
close_button_class:
'js-close'
do
.gl-alert-body
=
s_
(
'ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid.'
)
...
...
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