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.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/clusters/clusters/_health.html.haml b/app/views/clusters/clusters/_health.html.haml
index 025f52d8771..75609465eb3 100644
--- a/app/views/clusters/clusters/_health.html.haml
+++ b/app/views/clusters/clusters/_health.html.haml
@@ -1,5 +1,5 @@
%section.settings.no-animate.expanded.cluster-health-graphs.qa-cluster-health-section#cluster-health
- - if @cluster&.application_prometheus_available?
+ - if @cluster&.integration_prometheus_available?
#prometheus-graphs{ data: @cluster.health_data(clusterable) }
- else