debian-mirror-gitlab/app/views/admin/background_jobs/show.html.haml

9 lines
254 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- page_title _("Background Jobs")
2014-09-02 18:07:02 +05:30
2019-12-04 20:38:33 +05:30
%h3.page-title Background Jobs
%p.light GitLab uses #{link_to "sidekiq", "http://sidekiq.org/"} library for async job processing
2014-09-02 18:07:02 +05:30
2019-12-04 20:38:33 +05:30
%hr
.card
%iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: 0" }