%% "templates/rwf_admin/head.html" %> <%% "templates/rwf_admin/nav.html" %>
Queued
Running
Errors
Latency
ID | Name | Args | Queued | Status |
---|---|---|---|---|
<%= job.id %> |
<%= job.name %>
|
<%= job.args %>
|
<%= job.created_at %> |
<% if job.completed_at %>
<% if job.error %>
<%= job.error %>
<% else %>
Completed
<% end %>
<% elsif job.started_at %>
Running
<% else %>
Queued
<% end %>
|
There are currently no jobs.
<% end %>