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
path: root/app/views
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-09 12:08:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-09 12:08:04 +0300
commit2e2db606cc7547b445a11c367d8db6f5feb42443 (patch)
tree58a4d9c8ea1e78aaea796a525ef79c037f3e0e51 /app/views
parentc789d0002c97a00e262be992adfcc0d26b72910e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/runners/new.html.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/admin/runners/new.html.haml b/app/views/admin/runners/new.html.haml
index 12a569862e6..cf5638d0294 100644
--- a/app/views/admin/runners/new.html.haml
+++ b/app/views/admin/runners/new.html.haml
@@ -2,4 +2,8 @@
- breadcrumb_title s_('Runner|New')
- page_title s_('Runners|Create an instance runner')
-#js-admin-new-runner{ data: { legacy_registration_token: Gitlab::CurrentSettings.runners_registration_token } }
+#js-admin-new-runner{ data: {
+ legacy_registration_token: Gitlab::CurrentSettings.runners_registration_token,
+ aws_img_path: image_path('illustrations/logos/aws.svg'),
+ kubernetes_img_path: image_path('illustrations/logos/kubernetes.svg'),
+ docker_img_path: image_path('illustrations/third-party-logos/ci_cd-template-logos/docker.png') } }