X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f526141fa776df068d011093ccb89f31f52e69be..231a86fd3f7e30e9f66d71d92ad7c26578637e37:/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..3de2ab67ab 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,10 @@ -

Queue

-<% queue = queued_processes %> -<% if queue.any? %> +<%# Copyright (C) The Arvados Authors. All rights reserved. -<% 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 %> +SPDX-License-Identifier: AGPL-3.0 %>

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 +16,5 @@ <% end %>
- <% end %> <% end %>