20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / container_requests / _show_recent.html.erb
diff --git a/apps/workbench/app/views/container_requests/_show_recent.html.erb b/apps/workbench/app/views/container_requests/_show_recent.html.erb
deleted file mode 100644 (file)
index 6cdd8a4..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<%= form_tag({}, {id: "containerRequests"}) do |f| %>
-
-<table class="table table-condensed table-fixedlayout arv-recent-container-requests">
-  <colgroup>
-    <col width="10%" />
-    <col width="20%" />
-    <col width="20%" />
-    <col width="15%" />
-    <col width="15%" />
-    <col width="15%" />
-    <col width="5%" />
-  </colgroup>
-  <thead>
-    <tr class="contain-align-left">
-      <th>
-        Status
-      </th><th>
-        Name
-      </th><th>
-        Description
-      </th><th>
-        Workflow
-      </th><th>
-        Owner
-      </th><th>
-        Created at
-      </th><th>
-      </th>
-    </tr>
-  </thead>
-
-  <tbody data-infinite-scroller="#recent-container-requests" id="recent-container-requests"
-         data-infinite-content-href="<%= url_for partial: :recent_rows %>" >
-  </tbody>
-</table>
-
-<% end %>