X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8c97b8ad6f4b026f8bd2626a6d1b76d2fc60f253..21112a4f6cd07b1b157463b257333302fdf57db2:/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 da5871cb7a..cd9243d68f 100644 --- a/apps/workbench/app/views/projects/_compute_node_status.html.erb +++ b/apps/workbench/app/views/projects/_compute_node_status.html.erb @@ -35,10 +35,10 @@ <% if Job.queue_size > queue.size %> Note: some items in the queue are not visible to you. <% end %> -
+
<% else %> - There are currently no jobs in the queue. + There are currently no jobs in your queue. <% end %>

Node status

@@ -52,7 +52,7 @@
state: <%= n.crunch_worker_state %>
<% [:total_cpu_cores, :total_ram_mb, :total_scratch_mb].each do |i| %> - <%= i.to_s.gsub '_', ' ' %>: <%= n.info[i] %>
+ <%= i.to_s.gsub '_', ' ' %>: <%= n.properties[i] %>
<% end %>