X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9d76f0c0fc0c35b70f3988695fcb253e1739e36b..588a4505ac005d54b7aad208e038ded0a978425d:/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 02a84c35b8..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,3 +1,3 @@ <%= render_pane 'tab_contents', to_string: true, locals: { filters: [['uuid', 'is_a', ["arvados#job", "arvados#pipelineInstance"]]] - } %> + }.merge(local_assigns) %>