X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/39e39addee0a0de050c2b4d1f88fb7d56da7436b..0eb72b526bf8bbb011551ecf019f604e17a534f1:/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 2308fc1ca6..250d51a885 100644 --- a/apps/workbench/app/views/pipeline_instances/index.html.erb +++ b/apps/workbench/app/views/pipeline_instances/index.html.erb @@ -1,13 +1,19 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% content_for :tab_line_buttons do %>
+ 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, style: 'display: none'} %> -   + <%= submit_tag 'Compare 2 or 3 selected', {class: 'btn btn-primary', disabled: true} %> <% end rescue nil %> <% end %>