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