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: 9af5ffd7936e061999748ce9f131a4cdefc358bc (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('illustrations/empty-state/empty-pipeline-md.svg'), url: cancel_all_admin_jobs_path } }