<% content_for :css do %> .pipeline_color_legend { padding-left: 1em; padding-right: 1em; } table.pipeline-components-table thead th { text-align: bottom; } table.pipeline-components-table div.progress { margin-bottom: 0; } <% end %>
<% render_pipeline_jobs.each do |pj| %> <% end %>
component progress <%= link_to '(refresh)', request.fullpath, class: 'refresh', remote: true, method: 'get' %> script, version output
<% if pj[:job].andand[:uuid] %> <%= link_to pj[:name], job_url(id: pj[:job][:uuid]) %> <% else %> <%= pj[:name] %> <% end %> <%= pj[:progress_bar] %> <% if pj[:job].andand[:cancelled_at] %> cancelled <% elsif pj[:failed] %> failed <% elsif pj[:result] == 'queued' %> queued <% end %> <%= pj[:script] %>
<%= pj[:script_version] %>
<%= link_to_if_arvados_object pj[:output] %>
<% if @object.active %> <% content_for :js do %> setInterval(function(){$('a.refresh').click()}, 30000); <% end %> <% end %>