Commit 357d24ce authored by Alexis Reigel's avatar Alexis Reigel Committed by Winnie Hellmann

show number of runners indicator as callout

(cherry picked from commit 0534db8b59819dea6396e4d2ddacd48213551cce)
parent f5af4d6d
...@@ -41,6 +41,10 @@ ...@@ -41,6 +41,10 @@
= render partial: 'ci/runner/how_to_setup_shared_runner', = render partial: 'ci/runner/how_to_setup_shared_runner',
locals: { registration_token: Gitlab::CurrentSettings.runners_registration_token } locals: { registration_token: Gitlab::CurrentSettings.runners_registration_token }
.bs-callout
%p
Runners currently online: #{@active_runners_cnt}
.row-content-block.second-block .row-content-block.second-block
= form_tag admin_runners_path, id: 'runners-search', method: :get, class: 'filter-form js-filter-form' do = form_tag admin_runners_path, id: 'runners-search', method: :get, class: 'filter-form js-filter-form' do
.filtered-search-wrapper .filtered-search-wrapper
...@@ -84,12 +88,6 @@ ...@@ -84,12 +88,6 @@
= icon('times') = icon('times')
.filter-dropdown-container .filter-dropdown-container
= render 'sort_dropdown' = render 'sort_dropdown'
.clearfix
.float-right.light
.prepend-top-10
Runners currently online: #{@active_runners_cnt}
%br
- if @runners.any? - if @runners.any?
.runners-content.content-list .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