summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Vargas <jvargas@gitlab.com>2018-11-20 16:56:58 -0600
committerJose Vargas <jvargas@gitlab.com>2018-11-20 16:56:58 -0600
commit7cd2839adbd8266b16ff95ddd972dc71de5a27ce (patch)
treefccb56fec596ae5bce0b1d11b67a8f270f469ae1
parent233af8f1731734aaad7e5055af39f26c16608649 (diff)
downloadgitlab-ce-jivl-fix-common-custom-metrics-font-issues.tar.gz
Fixes prometheus integration font issuesjivl-fix-common-custom-metrics-font-issues
-rw-r--r--app/views/projects/services/prometheus/_metrics.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/services/prometheus/_metrics.html.haml b/app/views/projects/services/prometheus/_metrics.html.haml
index 597c029f755..0e6ee81c72d 100644
--- a/app/views/projects/services/prometheus/_metrics.html.haml
+++ b/app/views/projects/services/prometheus/_metrics.html.haml
@@ -2,7 +2,8 @@
.card.js-panel-monitored-metrics{ data: { active_metrics: active_common_project_prometheus_metrics_path(project, :json), metrics_help_path: help_page_path('user/project/integrations/prometheus_library/metrics') } }
.card-header
- = s_('PrometheusService|Common metrics')
+ %strong
+ = s_('PrometheusService|Common metrics')
%span.badge.badge-pill.js-monitored-count 0
.card-body
.loading-metrics.js-loading-metrics