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:
Diffstat (limited to 'lib/sidebars/groups/menus/ci_cd_menu.rb')
-rw-r--r--lib/sidebars/groups/menus/ci_cd_menu.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sidebars/groups/menus/ci_cd_menu.rb b/lib/sidebars/groups/menus/ci_cd_menu.rb
index c1d80458f49..0c2995f95e6 100644
--- a/lib/sidebars/groups/menus/ci_cd_menu.rb
+++ b/lib/sidebars/groups/menus/ci_cd_menu.rb
@@ -35,8 +35,7 @@ module Sidebars
end
def show_runners?
- can?(context.current_user, :read_group_runners, context.group) &&
- Feature.enabled?(:runner_list_group_view_vue_ui, context.group, default_enabled: :yaml)
+ can?(context.current_user, :read_group_runners, context.group)
end
end
end