X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3716ba580adb3d9ddd5452daa8e8fdfd5b3edcc0..e6c5563c60df03d4d061a6b301b730f0672b69a5:/apps/workbench/app/views/pipeline_instances/show.html.erb?ds=sidebyside 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 f9c9c1a7cd..0000000000 --- a/apps/workbench/app/views/pipeline_instances/show.html.erb +++ /dev/null @@ -1,52 +0,0 @@ -<% content_for :css do %> - .pipeline_color_legend { - padding-left: 1em; - padding-right: 1em; - } -<% end %> - - - - - - <% @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 %> -
-
- -
-This pipeline -Comparison pipeline -Shared by both pipelines -
- - <%= render partial: 'application/svg_div', locals: { - divId: "provenance_graph", - svgId: "provenance_svg", - svg: @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