Commit 0270e068 authored by Grzegorz Bizon's avatar Grzegorz Bizon

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
parents 55823c40 b170d12d
......@@ -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')
......
---
title: Use limited counter for runner build count in admin page.
merge_request: 25220
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