X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c51634cad3c68d0a8400f1b1c47da9eef5307e06..5e8235cf2b61e0a44c2f74c227fdcf47fa1e5b37:/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 index 0b72f6997a..e573bf52a2 100644 --- a/apps/workbench/app/views/pipeline_instances/show.html.erb +++ b/apps/workbench/app/views/pipeline_instances/show.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% template = PipelineTemplate.find?(@object.pipeline_template_uuid) %> <%= content_for :content_top do %>
@@ -18,14 +22,13 @@ <% content_for :tab_line_buttons do %>
" + class="pane-loaded arv-log-event-listener arv-refresh-on-state-change" + data-pane-content-url="<%= url_for(params.permit!.merge(tab_pane: "tab_buttons")) %>" + data-object-uuid="<%= @object.uuid %>" > -
- <%= render partial: 'show_tab_buttons', locals: {object: @object}%> -
+ <%= render partial: 'show_tab_buttons', locals: {object: @object}%>
+ <% end %> <%= render partial: 'content', layout: 'content_layout', locals: {pane_list: controller.show_pane_list }%> @@ -63,9 +66,9 @@