20690: Remove workbench1 and testing/packaging references.
[arvados.git] / 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
deleted file mode 100644 (file)
index 250d51a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% content_for :tab_line_buttons do %>
-  <div class="input-group">
-    <input type="text" class="form-control filterable-control recent-pipeline-instances-filterable-control"
-           placeholder="Search pipeline instances"
-           data-filterable-target="#recent-pipeline-instances"
-           <%# Just for the double-load test in FilterableInfiniteScrollTest: %>
-           value="<%= params[:search] %>"
-           />
-  </div>
-
-  <%= 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 %>