Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-08-21 08:23:59 +0300
committerMike Greiling <mike@pixelcog.com>2018-08-21 08:23:59 +0300
commitcbdd306ca32762c5268a69f7150eb49fd0c17696 (patch)
tree8af337ea215050157636bc818bf63303f6a58bc7 /app/views
parente4e172a221a917e86a83c39daea5f3276377ed63 (diff)
parent5667422af780c095c684fc64b360474b78c05705 (diff)
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
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/runners/_specific_runners.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/runners/_specific_runners.html.haml b/app/views/projects/runners/_specific_runners.html.haml
index 6c11ce3b394..314af44490e 100644
--- a/app/views/projects/runners/_specific_runners.html.haml
+++ b/app/views/projects/runners/_specific_runners.html.haml
@@ -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' }