20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / projects / _compute_node_summary.html.erb
diff --git a/apps/workbench/app/views/projects/_compute_node_summary.html.erb b/apps/workbench/app/views/projects/_compute_node_summary.html.erb
deleted file mode 100644 (file)
index 474fc7b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<div class="compute-summary-numbers">
-    <table>
-      <colgroup>
-        <col width="50%">
-        <col width="50%">
-      </colgroup>
-      <tr>
-        <td><%= nodes.select {|n| n.crunch_worker_state == "busy" }.size %></td>
-        <td><%= nodes.select {|n| n.crunch_worker_state == "idle" }.size %></td>
-      </tr>
-      <tr>
-        <th scope="col">Busy nodes</th>
-        <th scope="col">Idle nodes</th>
-      </tr>
-    </table>
-</div>