summaryrefslogtreecommitdiff
path: root/app/views/admin/runners/new.html.haml
blob: afe0d57e0a3d7e2a2ace68c144c04ff16b8189f7 (plain)
1
2
3
4
5
6
7
8
9
- add_to_breadcrumbs _('Runners'), admin_runners_path
- breadcrumb_title s_('Runners|New')
- page_title s_('Runners|Create an instance runner')

#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') } }