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 'app/views/groups/runners/show.html.haml')
-rw-r--r--app/views/groups/runners/show.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/groups/runners/show.html.haml b/app/views/groups/runners/show.html.haml
index b6c0c8a707f..5a9d2ca858e 100644
--- a/app/views/groups/runners/show.html.haml
+++ b/app/views/groups/runners/show.html.haml
@@ -1,3 +1,6 @@
- add_to_breadcrumbs _('Runners'), group_runners_path(@group)
-= render 'shared/runners/runner_details', runner: @runner
+- if Feature.enabled?(:group_runner_view_ui)
+ #js-group-runner-show{ data: {runner_id: @runner.id, runners_path: group_runners_path(@group)} }
+- else
+ = render 'shared/runners/runner_details', runner: @runner