20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / container_requests / index.html.erb
diff --git a/apps/workbench/app/views/container_requests/index.html.erb b/apps/workbench/app/views/container_requests/index.html.erb
deleted file mode 100644 (file)
index d4c64f5..0000000
+++ /dev/null
@@ -1,15 +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-container-requests-filterable-control"
-           placeholder="Search container requests"
-           data-filterable-target="#recent-container-requests"
-           value="<%= params[:search] %>"
-           />
-  </div>
-<% end %>
-
-<%= render file: 'application/index.html.erb', locals: local_assigns %>