debian-mirror-gitlab/app/views/admin/background_jobs/show.html.haml
2021-03-08 18:12:59 +05:30

8 lines
267 B
Text

- page_title _("Background Jobs")
%h3.page-title Background Jobs
%p.light GitLab uses #{link_to "sidekiq", "http://sidekiq.org/"} library for async job processing
%hr
.card.gl-rounded-0
%iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: 0" }