Commit 7abc9312 authored by Alexis Reigel's avatar Alexis Reigel

show number of runners indicator as callout

parent 7eee6cd2
......@@ -41,6 +41,10 @@
= render partial: 'ci/runner/how_to_setup_shared_runner',
locals: { registration_token: Gitlab::CurrentSettings.runners_registration_token }
.bs-callout
%p
Runners currently online: #{@active_runners_cnt}
.row-content-block.second-block
= form_tag admin_runners_path, id: 'runners-search', method: :get, class: 'filter-form js-filter-form' do
.filtered-search-wrapper
......@@ -84,12 +88,6 @@
= icon('times')
.filter-dropdown-container
= render 'sort_dropdown'
.clearfix
.float-right.light
.prepend-top-10
Runners currently online: #{@active_runners_cnt}
%br
- if @runners.any?
.runners-content.content-list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment