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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2019-01-31 10:58:54 +0300
committerSimon Knox <psimyn@gmail.com>2019-02-06 14:24:11 +0300
commit9aaa0919294ebcfdd2c1a1fd5caf292c7629e015 (patch)
tree08956dc2e992f59477ce34c8ba7ce359de8d2c2c /app
parentc7c5492cf4ccd890484d1e079f43fd5aa790d516 (diff)
Backport for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9239
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/services/prometheus/_show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/services/prometheus/_show.html.haml b/app/views/projects/services/prometheus/_show.html.haml
index 9d4574c4590..6aafa85e99a 100644
--- a/app/views/projects/services/prometheus/_show.html.haml
+++ b/app/views/projects/services/prometheus/_show.html.haml
@@ -8,3 +8,5 @@
.col-lg-9
= render 'projects/services/prometheus/metrics', project: @project
+
+= render_if_exists 'projects/services/prometheus/external_alerts', project: @project