Commit d8656e0c authored by Mike Greiling's avatar Mike Greiling

prefer classes over IDs

parent 835c7813
...@@ -383,19 +383,6 @@ ...@@ -383,19 +383,6 @@
} }
} }
#cluster-health {
.prometheus-state {
.state-svg img {
max-height: 120px;
}
.state-description,
.state-button {
display: none;
}
}
}
.environments-actions { .environments-actions {
.external-url, .external-url,
.monitoring-url, .monitoring-url,
...@@ -587,3 +574,17 @@ ...@@ -587,3 +574,17 @@
} }
} }
} }
// EE-only
.cluster-health-graphs {
.prometheus-state {
.state-svg img {
max-height: 120px;
}
.state-description,
.state-button {
display: none;
}
}
}
%section.settings.no-animate.expanded#cluster-health %section.settings.no-animate.expanded.cluster-health-graphs#cluster-health
%h4= s_('ClusterIntegration|Kubernetes cluster health') %h4= s_('ClusterIntegration|Kubernetes cluster health')
- if @cluster&.application_prometheus&.installed? - if @cluster&.application_prometheus&.installed?
......
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