summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_health.html.haml
blob: 5400bd7f201e724f7a69741addfd3ce4ad93f9f8 (plain)
1
2
3
4
5
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.")