X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/31d298b5a3550b02d0f67c6e6110821cd078fbb2..675794872a5d064cf0a8177d662555c04b0dae51:/apps/workbench/app/views/pipeline_instances/show.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/show.html.erb b/apps/workbench/app/views/pipeline_instances/show.html.erb deleted file mode 100644 index 2745e76f71..0000000000 --- a/apps/workbench/app/views/pipeline_instances/show.html.erb +++ /dev/null @@ -1,36 +0,0 @@ - - - - - <% @object.attributes_for_display.each do |attr, attrvalue| %> - <% if attr == 'components' and attrvalue.is_a? Hash %> - - - - <% else %> - <%= render partial: 'application/arvados_object_attr', locals: { attr: attr, attrvalue: attrvalue } %> - <% end %> - <% end %> - -
<%= attr %> - - <% pipeline_jobs.each do |pj| %> - <% %w(index name result job_link script script_version progress_detail progress_bar output_link).each do |key| %> - - <% end %> - - <% end %> -
- <% if key == 'script_version' %> - <%= pj[key.to_sym][0..6] rescue '' %> - <% else %> - <%= pj[key.to_sym] %> - <% end %> -
-
- -<%= raw(@prov_svg) %> - -
-<%= JSON.pretty_generate(@object.attributes) rescue nil %>
-
diff --git a/apps/workbench/app/views/pipeline_instances/show.html.erb b/apps/workbench/app/views/pipeline_instances/show.html.erb new file mode 120000 index 0000000000..4316b101cd --- /dev/null +++ b/apps/workbench/app/views/pipeline_instances/show.html.erb @@ -0,0 +1 @@ +../application/show.html.erb \ No newline at end of file