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
63d286bc
Commit
63d286bc
authored
Feb 04, 2020
by
jerasmus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add loading icon to cluster being created
Added a loading icon to a cluster if its being created
parent
17ad7094
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
app/views/clusters/clusters/_cluster.html.haml
app/views/clusters/clusters/_cluster.html.haml
+2
-0
changelogs/unreleased/3142-add-cluster-loading-icon.yml
changelogs/unreleased/3142-add-cluster-loading-icon.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/clusters/clusters/_cluster.html.haml
View file @
63d286bc
...
...
@@ -4,6 +4,8 @@
.table-mobile-header
{
role:
"rowheader"
}=
s_
(
"ClusterIntegration|Kubernetes cluster"
)
.table-mobile-content
=
cluster
.
item_link
(
clusterable
,
html_options:
{
data:
{
qa_selector:
'cluster'
,
qa_cluster_name:
cluster
.
name
}
})
-
if
cluster
.
status_name
==
:creating
.spinner.ml-2.align-middle.has-tooltip
{
title:
s_
(
"ClusterIntegration|Cluster being created"
)
}
-
unless
cluster
.
enabled?
%span
.badge.badge-danger
Connection disabled
.table-section.section-25
...
...
changelogs/unreleased/3142-add-cluster-loading-icon.yml
0 → 100644
View file @
63d286bc
---
title
:
Add loading icon to clusters being created
merge_request
:
24370
author
:
type
:
added
locale/gitlab.pot
View file @
63d286bc
...
...
@@ -3971,6 +3971,9 @@ msgstr ""
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster being created"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
...
...
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