Commit b27767cc authored by Mike Greiling's avatar Mike Greiling

Merge branch '3142-add-cluster-loading-icon' into 'master'

Add loading icon to clusters being created

See merge request gitlab-org/gitlab!24370
parents 15159d0d 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
......
---
title: Add loading icon to clusters being created
merge_request: 24370
author:
type: added
......@@ -3974,6 +3974,9 @@ msgstr ""
msgid "ClusterIntegration|Cloud Run"
msgstr ""
msgid "ClusterIntegration|Cluster being created"
msgstr ""
msgid "ClusterIntegration|Cluster health"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment