Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / pipeline_instances / index.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% content_for :tab_line_buttons do %>
6   <div class="input-group">
7     <input type="text" class="form-control filterable-control recent-pipeline-instances-filterable-control"
8            placeholder="Search pipeline instances"
9            data-filterable-target="#recent-pipeline-instances"
10            <%# Just for the double-load test in FilterableInfiniteScrollTest: %>
11            value="<%= params[:search] %>"
12            />
13   </div>
14
15   <%= form_tag({action: 'compare', controller: params[:controller], method: 'get'}, {method: 'get', id: 'compare', class: 'pull-right small-form-margin'}) do |f| %>
16     <%= submit_tag 'Compare 2 or 3 selected', {class: 'btn btn-primary', disabled: true} %>
17   <% end rescue nil %>
18
19 <% end %>
20
21 <%= render file: 'application/index.html.erb', locals: local_assigns %>