X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c330d58918b7c631307ec11bd584824bf0da7f47..f9def1f7abc8ad6720d9b88ec541b00a03ff1d0e:/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 3007857758..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,4 +1,5 @@ <%= render_pane 'tab_contents', to_string: true, locals: { - limit: 100, - filters: [['uuid', 'is_a', ["arvados#job", "arvados#pipelineInstance"]]] + 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) %>