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

11 lines
315 B
Text
Raw Normal View History

- @no_container = true
2015-09-11 14:41:01 +05:30
- page_title "Background Jobs"
2014-09-02 18:07:02 +05:30
2016-08-24 12:49:21 +05:30
%div{ class: container_class }
%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
%hr
2018-11-08 19:23:39 +05:30
.card
2018-03-17 18:26:18 +05:30
%iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: 0" }