<%= t("In-flight") %>

<%= erb :_paging, locals: { url: "#{root_path}in-flight" } %>
<%= t("Total In-flight") %> <%= t("Estimated Lost") %>
<%= number_with_delimiter(@total_size) %> <%= number_with_delimiter(@total_size - workers.size) %>
<% @jobs.each do |job| %> <% end %>
<%= t("Job") %> <%= t("Args") %> <%= t("Queue") %> <%= t("Expires at") %> <%= t("Actions") %>
<%= h job["class"] %> <%= h job["args"] %> "><%= h job["queue"] %> <%= relative_time(Time.at(job["expire_at"])) %>
/delete" method="post"> <%= csrf_tag if respond_to?(:csrf_tag) %> " class='btn btn-xs btn-danger pull-left' type="submit" name="delete" value="<%= t('Delete') %>" data-confirm="<%= t('Are you sure?', :jid => job["jid"]) %>"/>