debian-mirror-gitlab/app/views/admin/background_jobs/show.html.haml
2019-02-15 15:39:39 +05:30

10 lines
315 B
Text

- @no_container = true
- page_title "Background Jobs"
%div{ class: container_class }
%h3.page-title Background Jobs
%p.light GitLab uses #{link_to "sidekiq", "http://sidekiq.org/"} library for async job processing
%hr
.card
%iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: 0" }