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
This commit is contained in:
commit
cbdd306ca3
2 changed files with 6 additions and 1 deletions
|
@ -13,4 +13,4 @@
|
|||
%h4.underlined-title Available specific runners
|
||||
%ul.bordered-list.available-specific-runners
|
||||
= 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' }
|
||||
|
|
5
changelogs/unreleased/42754-runners-pagination.yml
Normal file
5
changelogs/unreleased/42754-runners-pagination.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Does not collapse runners section when using pagination
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue