3654: disable search icon collection show page rather than hide it when it is not...
[arvados.git] / apps / workbench / app / views / projects / _show_jobs_and_pipelines.html.erb
index 619e51b0775cfc42c17959653b13c2c3b7e27de1..df31fec8ee0bf19df7058fa358d0330636d06798 100644 (file)
@@ -1 +1,3 @@
-<%= 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: {
+    filters: [['uuid', 'is_a', ["arvados#job", "arvados#pipelineInstance"]]]
+    }.merge(local_assigns) %>