X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5390a3481986934e240bc4d663ab2010992950e2..eae48c31bb338689ec67fbc6a14a2e0b1fb5e3b6:/apps/workbench/app/views/projects/_compute_node_status.html.erb diff --git a/apps/workbench/app/views/projects/_compute_node_status.html.erb b/apps/workbench/app/views/projects/_compute_node_status.html.erb index b7b791b98b..c2f5f39429 100644 --- a/apps/workbench/app/views/projects/_compute_node_status.html.erb +++ b/apps/workbench/app/views/projects/_compute_node_status.html.erb @@ -1,46 +1,6 @@ -

Queue

-<% queue = queued_processes %> -<% if queue.any? %> - -<% queue.each do |q| %> - <% wu = q.work_unit %> -
-
- <%= link_to_if_arvados_object q, friendly_name: true %> -
-
- <%= render_localized_date(wu.created_at) %> -
-
- <%= render_runtime(Time.now - wu.created_at, false) %> -
-
- <%= wu.priority %> -
-
-<% end %> -
-
- Process -
-
- Submitted -
-
- Queued -
-
- Priority -
-
-<% else %> - There are currently no processes in your queue. -<% end %> -

Node status

- <% nodes.sort_by { |n| n.hostname || "" }.each do |n| %> - <% if n.crunch_worker_state.in? ["busy", "idle"] and (Time.now - n[:last_ping_at]) < 3600 %> + <% nodes.each do |n| %>
<%= n.hostname %> @@ -52,6 +12,5 @@ <% end %>
- <% end %> <% end %>