X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5cfa1aab53ba24d800d2dfa9ac1d88477063ab7f..3fa4a2b6138e3e9e468dd885a743ca38f08f0755:/apps/workbench/app/views/pipeline_instances/index.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/index.html.erb b/apps/workbench/app/views/pipeline_instances/index.html.erb index c4adf5e532..1181b3e467 100644 --- a/apps/workbench/app/views/pipeline_instances/index.html.erb +++ b/apps/workbench/app/views/pipeline_instances/index.html.erb @@ -1,14 +1,17 @@ <% content_for :tab_line_buttons do %> -<%= form_tag({action: 'compare', controller: params[:controller], method: 'get'}, {method: 'get', id: 'compare', class: 'pull-right small-form-margin'}) do |f| %> - <%= submit_tag 'Compare 2 or 3 selected', {class: 'btn btn-primary', disabled: true, style: 'display: none'} %> -   -<% end rescue nil %> -
+ data-filterable-target="#recent-pipeline-instances" + <%# Just for the double-load test in FilterableInfiniteScrollTest: %> + value="<%= params[:search] %>" + />
+ + <%= form_tag({action: 'compare', controller: params[:controller], method: 'get'}, {method: 'get', id: 'compare', class: 'pull-right small-form-margin'}) do |f| %> + <%= submit_tag 'Compare 2 or 3 selected', {class: 'btn btn-primary', disabled: true} %> + <% end rescue nil %> + <% end %> <%= render file: 'application/index.html.erb', locals: local_assigns %>