1 <%# Copyright (C) The Arvados Authors. All rights reserved.
3 SPDX-License-Identifier: AGPL-3.0 %>
5 <div class="compute-summary-numbers">
12 <td><%= nodes.select {|n| n.crunch_worker_state == "busy" }.size %></td>
13 <td><%= nodes.select {|n| n.crunch_worker_state == "idle" }.size %></td>
16 <th scope="col">Busy nodes</th>
17 <th scope="col">Idle nodes</th>