9318: Compute node summary pane includes queued and locked containers.
[arvados.git] / apps / workbench / app / views / projects / _compute_node_summary.html.erb
index 9a58d094b9b471c517e0722bfe736c4f57922620..7d6a4fbf2904354ddb522ce57ea09005b5eba300 100644 (file)
@@ -4,20 +4,16 @@
         <col width="25%">
         <col width="25%">
         <col width="25%">
-        <col width="25%">
-
       </colgroup>
       <tr>
         <td><%= Job.queue_size %></td>
-        <td><%= nodes.select {|n| n.crunch_worker_state.in? ["busy", "idle"] }.size %></td>
         <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>Queue</th>
-        <th>Nodes</th>
-        <th>Busy</th>
-        <th>Idle</th>
+        <th>Queued jobs</th>
+        <th>Busy nodes</th>
+        <th>Idle nodes</th>
       </tr>
     </table>
 </div>