X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/844b65fa97d14fddd7f7b702328a31476932fe10..53b8734add5e99bb2d6f3cf1b3e2a5b1f3664ef0:/services/api/app/views/pipeline_instances/index.html.erb diff --git a/services/api/app/views/pipeline_instances/index.html.erb b/services/api/app/views/pipeline_instances/index.html.erb deleted file mode 100644 index ea6f639a78..0000000000 --- a/services/api/app/views/pipeline_instances/index.html.erb +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - <% @objects.each do |o| %> - - <% status = (o.state == 'Complete') ? 'success' : ((o.state == 'Failed') ? 'failure' : 'pending') %> - - - - - - <% if %> - - - - - <% end %> - <% end %> -
- success - - active - - % complete - - uuid - - pipeline template - - name - - last updated -
- <%= status %> - - <%= (o.state == 'RunningOnServer' || o.state == 'RunningOnClient') ? 'yes' : '-' %> - - <%= (o.progress_ratio * 1000).floor / 10 %> - - <%= o.uuid %> - - <%= o.pipeline_template_uuid %> - - <%= o.name %> - - <%= distance_of_time_in_words(o.updated_at, Time.now, true) + ' ago' if o.updated_at %> -
- - <% o.progress_table.each do |r| %> - - <% r[2] = "#{(r[2]*100).floor}%" %> - <% r[4] = r[4][0..5] rescue '' %> - <% r.each do |c| %> - - <% end %> - - <% end %> -
- <%= (c.is_a? Time) ? distance_of_time_in_words(c, Time.now, true) + ' ago' : c %> -
-