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

show.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: 3942c427cc401e9f4d92df7c4abf39e116c84588 (plain)
1
2
3
4
5
6
7
8
9
- add_page_specific_style 'page_bundles/ci_status'
- add_page_specific_style 'page_bundles/runner_details'

- runner_name = runner_short_name(@runner)
- breadcrumb_title runner_name
- page_title runner_name
- add_to_breadcrumbs _('Runners'), admin_runners_path

#js-admin-runner-show{ data: {runner_id: @runner.id, runners_path: admin_runners_path} }