X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f97f243abfaaae4b04d0dc7fc02e6f54685b16fb..4dc0af33b57ffe9f55f43ce1df69fd05f36b3995:/apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb diff --git a/apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb b/apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb index 9b42452f69..df31fec8ee 100644 --- a/apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb +++ b/apps/workbench/app/views/projects/_show_jobs_and_pipelines.html.erb @@ -1,8 +1,3 @@ -<% - filters = [['uuid', 'is_a', ["arvados#pipelineInstance","arvados#job"]]] - @objects = @object.contents({limit: 50, include_linked: true, :filters => filters}) - objects_and_names = get_objects_and_names @objects - page_offset = next_page_offset @objects -%> - -<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: objects_and_names, filters: filters, page_offset: page_offset} %> +<%= render_pane 'tab_contents', to_string: true, locals: { + filters: [['uuid', 'is_a', ["arvados#job", "arvados#pipelineInstance"]]] + }.merge(local_assigns) %>