X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fc6c801e7448c34b3b916813a8792e32f22bb7a8..257d60253246952b435cea23b1912af80ea2c6d6:/apps/workbench/app/views/application/_pipeline_progress.html.erb diff --git a/apps/workbench/app/views/application/_pipeline_progress.html.erb b/apps/workbench/app/views/application/_pipeline_progress.html.erb index d478f65ddc..2ae03a00aa 100644 --- a/apps/workbench/app/views/application/_pipeline_progress.html.erb +++ b/apps/workbench/app/views/application/_pipeline_progress.html.erb @@ -1,7 +1,7 @@ <% component_frac = 1.0 / p.components.length %>
<% p.components.each do |k,c| %> - <% if c[:job] %> + <% if c.is_a?(Hash) and c[:job] %> <%= render partial: "job_progress", locals: {:j => c[:job], :scaleby => component_frac } %> <% end %> <% end %>