diff options
author | kushalpandya <kushal@gitlab.com> | 2017-06-01 13:25:48 +0530 |
---|---|---|
committer | kushalpandya <kushal@gitlab.com> | 2017-06-01 13:25:48 +0530 |
commit | 4826ae074f2757e2ca7cddbb201688a11bcf8f8b (patch) | |
tree | c87c7065eb8d89aab26b6490acca752ef19ae29b /app/views/projects | |
parent | b83a40483ad5f87b3e08c3ed2d090b5d87bdac27 (diff) | |
download | gitlab-ce-4826ae074f2757e2ca7cddbb201688a11bcf8f8b.tar.gz |
Changes based on UX review
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/services/prometheus/_show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/services/prometheus/_show.html.haml b/app/views/projects/services/prometheus/_show.html.haml index bf8bfe4ddcb..82d4dd2488f 100644 --- a/app/views/projects/services/prometheus/_show.html.haml +++ b/app/views/projects/services/prometheus/_show.html.haml @@ -31,7 +31,7 @@ .panel-heading %h3.panel-title = icon('caret-right lg', class: 'panel-toggle js-panel-toggle', 'aria-label' => 'Toggle panel') - Missing environment variable(s) + Missing environment variable %span.badge-count.js-env-var-count 0 .panel-body.hidden .flash-container @@ -40,6 +40,6 @@ To set up automatic monitoring, add the environment variable %code $CI_ENVIRONMENT_SLUG - to exporter's queries. + to exporter’s queries. = link_to 'More information', '#' %ul.metrics-list.js-missing-var-metrics-list |