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:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-02-22 18:07:51 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-02-22 18:07:51 +0300
commit0270e0687addcfdd0355f15fb72d01e022c7bbd0 (patch)
treeabd66fbe6570598ae1848fde75378d6a50b3ae42 /app/views
parent55823c4093ad0505d23ea3e45059b0b86b322346 (diff)
parentb170d12dabea31e0ecdba6765d1680021fefcc92 (diff)
Merge branch '53325-admin-runners-page-fails-with-an-sql-statement-timeout' into 'master'
Resolve "/admin/runners page fails with an SQL Statement Timeout" Closes #53325 See merge request gitlab-org/gitlab-ce!25220
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/runners/_runner.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/_runner.html.haml b/app/views/admin/runners/_runner.html.haml
index ec57eb1ed08..4641986cb56 100644
--- a/app/views/admin/runners/_runner.html.haml
+++ b/app/views/admin/runners/_runner.html.haml
@@ -44,7 +44,7 @@
.table-section.section-5
.table-mobile-header{ role: 'rowheader' }= _('Jobs')
.table-mobile-content
- = runner.builds.count(:all)
+ = limited_counter_with_delimiter(runner.builds)
.table-section.section-10.section-wrap
.table-mobile-header{ role: 'rowheader' }= _('Tags')