Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_health.html.haml « clusters « clusters « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75609465eb3a6e206db6191b91c027184d3d2923 (plain)
1
2
3
4
5
6
%section.settings.no-animate.expanded.cluster-health-graphs.qa-cluster-health-section#cluster-health
  - if @cluster&.integration_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 enable Prometheus in the Integrations tab.")