[ARVADOS] created: 09970b422d59e8fbe84e17a1146279d1e090e670
git at public.curoverse.com
git at public.curoverse.com
Fri Mar 13 10:12:01 EDT 2015
at 09970b422d59e8fbe84e17a1146279d1e090e670 (commit)
commit 09970b422d59e8fbe84e17a1146279d1e090e670
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Mar 13 10:15:40 2015 -0400
4158: Compute node details are in properties, not info
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 527dc64..cd9243d 100644
--- a/apps/workbench/app/views/projects/_compute_node_status.html.erb
+++ b/apps/workbench/app/views/projects/_compute_node_status.html.erb
@@ -35,7 +35,7 @@
<% if Job.queue_size > queue.size %>
<i>Note: some items in the queue are not visible to you.</i>
<% end %>
- <div>
+ <div>
</div>
<% else %>
There are currently no jobs in your queue.
@@ -52,7 +52,7 @@
<div id="detail_<%= n.hostname %>" class="collapse compute-detail">
state: <%= n.crunch_worker_state %><br>
<% [:total_cpu_cores, :total_ram_mb, :total_scratch_mb].each do |i| %>
- <%= i.to_s.gsub '_', ' ' %>: <%= n.info[i] %><br>
+ <%= i.to_s.gsub '_', ' ' %>: <%= n.properties[i] %><br>
<% end %>
</div>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list