Commit cbdd306c authored by Mike Greiling's avatar Mike Greiling

Merge branch '42754-runners-pagination' into 'master'

Resolve "UX bug in CI Runner settings on projects with many runners"

Closes #42754

See merge request gitlab-org/gitlab-ce!21314
parents e4e172a2 5667422a
...@@ -13,4 +13,4 @@ ...@@ -13,4 +13,4 @@
%h4.underlined-title Available specific runners %h4.underlined-title Available specific runners
%ul.bordered-list.available-specific-runners %ul.bordered-list.available-specific-runners
= render partial: 'projects/runners/runner', collection: @assignable_runners, as: :runner = render partial: 'projects/runners/runner', collection: @assignable_runners, as: :runner
= paginate @assignable_runners, theme: "gitlab" = paginate @assignable_runners, theme: "gitlab", :params => { :anchor => '#js-runners-settings' }
---
title: Does not collapse runners section when using pagination
merge_request:
author:
type: fixed
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