20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / work_units / _show_all_processes.html.erb
diff --git a/apps/workbench/app/views/work_units/_show_all_processes.html.erb b/apps/workbench/app/views/work_units/_show_all_processes.html.erb
deleted file mode 100644 (file)
index 0d6d831..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<div class="pull-right">
-  <div class="form-group">
-    <input type="text" class="form-control filterable-control recent-all-processes-filterable-control"
-           placeholder="Search all processes"
-           data-filterable-target="#all-processes-scroll"
-           value="<%= params[:search] %>" size="40" />
-  </div>
-  <div class="checkbox">
-    <label>
-      <input id="IncludeChildProcs" type="checkbox" class="filterable-control"
-            data-on-value="{&quot;show_children&quot;:true}"
-            data-off-value="{}"
-            data-filterable-target="#all-processes-scroll" />
-      Show child processes
-    </label>
-  </div>
-</div>
-
-<div>
-  <div>
-    <div>
-      <table class="table table-condensed table-fixedlayout arv-recent-all-processes">
-        <colgroup>
-          <col width="25%" />
-          <col width="10%" />
-          <col width="20%" />
-          <col width="20%" />
-          <col width="20%" />
-          <col width="5%" />
-        </colgroup>
-
-        <thead>
-          <tr class="contain-align-left">
-            <th>
-              Process
-            </th>
-            <th>
-              Status
-            </th>
-            <th>
-              Owner
-            </th>
-            <th>
-              Created at
-            </th>
-            <th>
-              Output
-            </th>
-            <th>
-            </th>
-          </tr>
-        </thead>
-
-        <tbody data-infinite-scroller="#all-processes-scroll" id="all-processes-scroll"
-               data-infinite-content-params-from-exclude-child-procs="{}"
-               data-infinite-content-href="<%= url_for partial: :all_processes_rows %>" >
-        </tbody>
-      </table>
-    </div>
-  </div>
-</div>