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

index.html.haml « jobs « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8a9ad3225978f0d961af1cdf2c9af358fbc0602 (plain)
1
2
3
4
5
6
7
- add_page_specific_style 'page_bundles/ci_status'

- breadcrumb_title _("Jobs")
- page_title _("Jobs")


#admin-jobs-app{ data: { job_statuses: job_statuses.to_json, empty_state_svg_path: image_path('jobs-empty-state.svg'), url: cancel_all_admin_jobs_path } }