Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new.html.haml « runners « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd93ecfcf8cb4fcc6d04ff6674121661266d33d3 (plain)
1
2
3
4
5
- 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 } }