mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
10 lines
301 B
Text
Executable file
10 lines
301 B
Text
Executable file
.row.header
|
|
.span7
|
|
h3 Workers
|
|
|
|
== slim :_workers
|
|
- if workers.size > 0
|
|
.row
|
|
.span2.pull-right
|
|
form action="#{root_path}reset" method="post"
|
|
button.btn.btn-primary.btn-block type="submit" title="If you kill -9 Sidekiq, this table can fill up with old data." Clear Worker List
|