diff options
author | kushalpandya <kushal@gitlab.com> | 2017-06-02 17:03:30 +0530 |
---|---|---|
committer | kushalpandya <kushal@gitlab.com> | 2017-06-02 17:03:30 +0530 |
commit | 223abc6df005beba45a514b44af7227b224dadd3 (patch) | |
tree | 6ef9f29f4571196180f3e7eda90ceb8b99900cbb /app/views | |
parent | 3f0eff82592f4a30abb6ffd15ac248a5f773c994 (diff) | |
download | gitlab-ce-223abc6df005beba45a514b44af7227b224dadd3.tar.gz |
Use `.text-center` class instead of text-align prop28717-fe-prometheus-additional-metrics
Diffstat (limited to 'app/views')
-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 f0bd8c8bee9..c4ac384ca1a 100644 --- a/app/views/projects/services/prometheus/_show.html.haml +++ b/app/views/projects/services/prometheus/_show.html.haml @@ -17,10 +17,10 @@ Monitored %span.badge.js-monitored-count 0 .panel-body - .loading-metrics.js-loading-metrics + .loading-metrics.text-center.js-loading-metrics = icon('spinner spin 3x', class: 'metrics-load-spinner') %p Finding and configuring metrics... - .empty-metrics.hidden.js-empty-metrics + .empty-metrics.text-center.hidden.js-empty-metrics = custom_icon('icon_empty_metrics') %p No metrics are being monitored. To start monitoring, deploy to an environment. = link_to project_environments_path(@project), title: 'View environments', class: 'btn btn-success' do |