Commit 3d266ad0 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents ac7dfe9c 0270e068
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
.table-section.section-5 .table-section.section-5
.table-mobile-header{ role: 'rowheader' }= _('Jobs') .table-mobile-header{ role: 'rowheader' }= _('Jobs')
.table-mobile-content .table-mobile-content
= runner.builds.count(:all) = limited_counter_with_delimiter(runner.builds)
.table-section.section-10.section-wrap .table-section.section-10.section-wrap
.table-mobile-header{ role: 'rowheader' }= _('Tags') .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