gitlab-org--gitlab-foss/app/views/admin/background_jobs/show.html.haml

11 lines
315 B
Text
Raw Normal View History

2016-06-14 21:44:51 -04:00
- @no_container = true
2015-04-30 13:06:18 -04:00
- page_title "Background Jobs"
2016-06-30 09:01:26 -04:00
%div{ class: container_class }
2016-06-14 21:44:51 -04:00
%h3.page-title Background Jobs
%p.light GitLab uses #{link_to "sidekiq", "http://sidekiq.org/"} library for async job processing
2016-06-14 21:44:51 -04:00
%hr
.card
2017-11-02 19:59:51 -04:00
%iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: 0" }