%= render(:partial => 'status_styles') %>
These are recent jobs created with the JobWithStatus class
Showing <%=@start%> to <%= @start + 20 %> of <%= @size %> statuses
ID | Name | Status | Last Updated | % Complete | Message | Kill |
---|---|---|---|---|---|---|
<%= link_to(status.uuid, {:action => 'status', :id => status.uuid}) %> | <%= status.name %> | <%= status.status %> | <%= format_time(Time.zone.parse(status.time.to_s)) %> |
<%= status.pct_complete ? "#{status.pct_complete}%" : '' %>
|
<%= status.message.to_s.html_safe %> | <% if status.killable? %><%= link_to('Kill', {:action => :kill, :id => status.uuid}, :class => 'kill') %><% end %> |
No Statuses right now... |