Commit 9bdcf23a authored by Mike Greiling's avatar Mike Greiling Committed by Thong Kuah

Remove "active" badge from cluster index for now

parent 83b8321a
...@@ -4,9 +4,7 @@ ...@@ -4,9 +4,7 @@
.table-mobile-header{ role: "rowheader" }= s_("ClusterIntegration|Kubernetes cluster") .table-mobile-header{ role: "rowheader" }= s_("ClusterIntegration|Kubernetes cluster")
.table-mobile-content .table-mobile-content
= link_to cluster.name, cluster.show_path = link_to cluster.name, cluster.show_path
- if cluster.enabled? - unless cluster.enabled?
%span.badge.badge-info Active
- else
%span.badge.badge-danger Connection disabled %span.badge.badge-danger Connection disabled
.table-section.section-25 .table-section.section-25
.table-mobile-header{ role: "rowheader" }= s_("ClusterIntegration|Environment scope") .table-mobile-header{ role: "rowheader" }= s_("ClusterIntegration|Environment scope")
......
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