mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix table for idle workers after adding column
This commit is contained in:
parent
00e52169e8
commit
502cc3b24a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
td= msg['payload']['args'].inspect[0..100]
|
||||
td== relative_time(Time.parse(msg['run_at']))
|
||||
- else
|
||||
td colspan=3 Idle
|
||||
td colspan=4 Idle
|
||||
form action="#{root_path}reset" method="post"
|
||||
button.btn type="submit" Clear worker list
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue