1
0
Fork 0
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:
Jason Coene 2012-03-29 17:03:23 -04:00
parent 00e52169e8
commit 502cc3b24a

View file

@ -32,7 +32,7 @@
td= msg['payload']['args'].inspect[0..100] td= msg['payload']['args'].inspect[0..100]
td== relative_time(Time.parse(msg['run_at'])) td== relative_time(Time.parse(msg['run_at']))
- else - else
td colspan=3 Idle td colspan=4 Idle
form action="#{root_path}reset" method="post" form action="#{root_path}reset" method="post"
button.btn type="submit" Clear worker list button.btn type="submit" Clear worker list