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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-06 06:08:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-06 06:08:30 +0300
commit47efbe732cd3251aae4b13792fa058210e8328ab (patch)
tree73b578df013d6257efe251b6fd930032b19dcf19 /app/controllers/admin
parentf38bcf2e443dd89acc774a2fa1efa2e881a67a90 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/admin')
-rw-r--r--app/controllers/admin/runners_controller.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/controllers/admin/runners_controller.rb b/app/controllers/admin/runners_controller.rb
index df9d125b377..4a3139066f1 100644
--- a/app/controllers/admin/runners_controller.rb
+++ b/app/controllers/admin/runners_controller.rb
@@ -15,11 +15,6 @@ class Admin::RunnersController < Admin::ApplicationController
end
def show
- # We will show runner details in a read-only view in
- # future iterations. For now, this route will have a
- # redirect until this new view is developed. See more:
- # https://gitlab.com/gitlab-org/gitlab/-/issues/347856
- redirect_to edit_admin_runner_path(runner) unless Feature.enabled?(:runner_read_only_admin_view, default_enabled: :yaml)
end
def edit