X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b522f728ae1674c9b9bcee189885d919e91acccf..0dab89df8040f203a33bc1922df0ff893791def7:/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 index 9a58d094b9..474fc7b9f5 100644 --- a/apps/workbench/app/views/projects/_compute_node_summary.html.erb +++ b/apps/workbench/app/views/projects/_compute_node_summary.html.erb @@ -1,23 +1,20 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +
- - - - - + + - - - - - - + +
<%= Job.queue_size %><%= nodes.select {|n| n.crunch_worker_state.in? ["busy", "idle"] }.size %> <%= nodes.select {|n| n.crunch_worker_state == "busy" }.size %> <%= nodes.select {|n| n.crunch_worker_state == "idle" }.size %>
QueueNodesBusyIdleBusy nodesIdle nodes