X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9e2357191ca21631bcb6d8cf7a640d456a1a6cfa..d44a5c508cfa664134daad806d7be9a7cb0bd6ee:/apps/workbench/app/views/projects/_compute_node_summary.html.erb?ds=sidebyside 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