X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9e24edb1d9624b6aed38464c70cab5027586abbc..e01762a0adcdee209f305cfc2ae902ab4eb94899:/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 619e51b077..3637ef43ca 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 +1,5 @@ -<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: @objects_and_names, data_kind: ['arvados#job', 'arvados#pipelineInstance']} %> +<%= render_pane 'tab_contents', to_string: true, locals: { + limit: 50, + filters: [['uuid', 'is_a', ["arvados#job", "arvados#pipelineInstance"]]], + sortable_columns: { 'name' => 'jobs.script, pipeline_instances.name', 'description' => 'jobs.description, pipeline_instances.description' } + }.merge(local_assigns) %>