Merge branch '11014-hide-node-status'
[arvados.git] / apps / workbench / app / views / projects / _compute_node_summary.html.erb
index 7d6a4fbf2904354ddb522ce57ea09005b5eba300..652d4ad06ed1c0659c7df9592bc1b9685637ebf6 100644 (file)
@@ -1,17 +1,14 @@
 <div class="compute-summary-numbers">
     <table>
       <colgroup>
-        <col width="25%">
-        <col width="25%">
-        <col width="25%">
+        <col width="50%">
+        <col width="50%">
       </colgroup>
       <tr>
-        <td><%= Job.queue_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>Queued jobs</th>
         <th>Busy nodes</th>
         <th>Idle nodes</th>
       </tr>