X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5a3b04f7177afe202ab4f8776b5ca2567b4fdabe..ae92d144610446849eb568247a44f02ae985c281:/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