Remove erroneous text in shared runners page that suggested more runners available

Closes #42059
This commit is contained in:
Stan Hu 2018-01-15 20:59:26 -08:00
parent 74f2f9b30f
commit e1a8ced9f8
2 changed files with 5 additions and 3 deletions

View File

@ -23,6 +23,3 @@
%h4.underlined-title Available shared Runners : #{@shared_runners_count}
%ul.bordered-list.available-shared-runners
= render partial: 'projects/runners/runner', collection: @shared_runners, as: :runner
- if @shared_runners_count > 10
.light
and #{@shared_runners_count - 10} more...

View File

@ -0,0 +1,5 @@
---
title: Remove erroneous text in shared runners page that suggested more runners available
merge_request:
author:
type: fixed