summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_health.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/clusters/clusters/_health.html.haml')
-rw-r--r--app/views/clusters/clusters/_health.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/clusters/clusters/_health.html.haml b/app/views/clusters/clusters/_health.html.haml
new file mode 100644
index 00000000000..5400bd7f201
--- /dev/null
+++ b/app/views/clusters/clusters/_health.html.haml
@@ -0,0 +1,6 @@
+%section.settings.no-animate.expanded.cluster-health-graphs.qa-cluster-health-section#cluster-health
+ - if @cluster&.application_prometheus_available?
+ #prometheus-graphs{ data: @cluster.health_data(clusterable) }
+
+ - else
+ %p.settings-message.text-center= s_("ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus in the Applications tab.")