Add active and connection disabled badges to clusters
This commit is contained in:
parent
dbb2334d4a
commit
a90320f792
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
.table-mobile-header{ role: "rowheader" }= s_("ClusterIntegration|Kubernetes cluster")
|
||||
.table-mobile-content
|
||||
= link_to cluster.name, cluster.show_path
|
||||
- if cluster.enabled?
|
||||
%span.badge.badge-info Active
|
||||
- else
|
||||
%span.badge.badge-danger Connection disabled
|
||||
.table-section.section-25
|
||||
.table-mobile-header{ role: "rowheader" }= s_("ClusterIntegration|Environment scope")
|
||||
.table-mobile-content= cluster.environment_scope
|
||||
|
|
Loading…
Reference in a new issue