diff --git a/app/views/delayed_jobs/index.html.erb b/app/views/delayed_jobs/index.html.erb index d3716a7e9..3aab89c15 100644 --- a/app/views/delayed_jobs/index.html.erb +++ b/app/views/delayed_jobs/index.html.erb @@ -2,36 +2,32 @@

Delayed Jobs

- +
- + <% if CurrentUser.is_admin? %> <% end %> - - - + <% @delayed_jobs.each do |job| %> - + <% if CurrentUser.is_admin? %> - + <% end %> - - - - - + + + <% end %>
IDQueue NameHandlerAttemptsPriority Last errorRun at Failed atQueueRun at
<%= job.id %><%= job.queue %> <%= raw print_name(job) %><%= raw print_handler(job) %><%= raw print_handler(job) %><%= job.attempts %><%= job.priority %><%= job.last_error %><%= job.run_at %><%= job.failed_at %><%= job.queue %><%= job.last_error %><%= time_ago_in_words_tagged(job.failed_at) if job.failed_at %><%= time_ago_in_words_tagged(job.run_at) %>