From 7b2dc9fe33fa6298fa558bb8a018c4db6ea3644a Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 12 Jan 2022 18:13:20 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/helpers/ci/runners_helper.rb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'app/helpers/ci') diff --git a/app/helpers/ci/runners_helper.rb b/app/helpers/ci/runners_helper.rb index ab2b4fe5a23..fb75a3e15d6 100644 --- a/app/helpers/ci/runners_helper.rb +++ b/app/helpers/ci/runners_helper.rb @@ -67,12 +67,8 @@ module Ci runner_install_help_page: 'https://docs.gitlab.com/runner/install/', registration_token: Gitlab::CurrentSettings.runners_registration_token, - # All runner counts are returned as formatted strings - active_runners_count: Ci::Runner.online.count.to_s, - all_runners_count: limited_counter_with_delimiter(Ci::Runner), - instance_runners_count: limited_counter_with_delimiter(Ci::Runner.instance_type), - group_runners_count: limited_counter_with_delimiter(Ci::Runner.group_type), - project_runners_count: limited_counter_with_delimiter(Ci::Runner.project_type) + # Runner counts are returned as formatted strings + active_runners_count: Ci::Runner.online.count.to_s } end -- cgit v1.2.3