Commit cbf6edfb authored by Mike Greiling's avatar Mike Greiling

limit the size of the loading and unable-to-connect states for cluster monitoring

parent 236fc437
...@@ -383,6 +383,16 @@ ...@@ -383,6 +383,16 @@
} }
} }
#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,
......
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