summaryrefslogtreecommitdiff
path: root/app/views/projects/services/prometheus/_configuration_banner.html.haml
diff options
context:
space:
mode:
authorPeter Leitzen <pleitzen@gitlab.com>2018-10-15 11:03:15 +0200
committerPeter Leitzen <pleitzen@gitlab.com>2018-10-16 09:16:43 +0200
commit3a3ec6f0213addb52abc29ee83e2d6a00e2292d3 (patch)
tree42d2840271155af848cbe22d20a50c5757f82fa2 /app/views/projects/services/prometheus/_configuration_banner.html.haml
parent6ea674d1796488f784083eab53becb86330343cb (diff)
downloadgitlab-ce-3a3ec6f0213addb52abc29ee83e2d6a00e2292d3.tar.gz
Show available clusters when installed or updated
Before this commit updating Prometheus (e.g. adding alerts) made it "updated" therefore not installed.
Diffstat (limited to 'app/views/projects/services/prometheus/_configuration_banner.html.haml')
-rw-r--r--app/views/projects/services/prometheus/_configuration_banner.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/services/prometheus/_configuration_banner.html.haml b/app/views/projects/services/prometheus/_configuration_banner.html.haml
index 898b55e4b39..dfcb1c5d240 100644
--- a/app/views/projects/services/prometheus/_configuration_banner.html.haml
+++ b/app/views/projects/services/prometheus/_configuration_banner.html.haml
@@ -7,7 +7,7 @@
- else
.container-fluid
.row
- - if service.prometheus_installed?
+ - if service.prometheus_available?
.col-sm-2
.svg-container
= image_tag 'illustrations/monitoring/getting_started.svg'