X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b96a5d949f88fa4f11570ffdf3b951602a3ea4aa..6d8a27a40903f0dc61876947cecc9401edd3a32c:/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..7d6a4fbf29 100644 --- a/apps/workbench/app/views/projects/_compute_node_summary.html.erb +++ b/apps/workbench/app/views/projects/_compute_node_summary.html.erb @@ -4,20 +4,16 @@ - - <%= 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 %> - Queue - Nodes - Busy - Idle + Queued jobs + Busy nodes + Idle nodes