[ARVADOS] created: 7e60563ccd6a241f05271f1b558a43f01e79dedc
Git user
git at public.curoverse.com
Fri Jun 3 22:20:16 EDT 2016
at 7e60563ccd6a241f05271f1b558a43f01e79dedc (commit)
commit 7e60563ccd6a241f05271f1b558a43f01e79dedc
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Jun 3 22:19:08 2016 -0400
Stop Workbench from timing out if there are many Node records defined.
refs #9352
diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb
index 47a2723..45eaa61 100644
--- a/apps/workbench/app/views/projects/_show_dashboard.html.erb
+++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb
@@ -130,7 +130,7 @@
</div>
<div class="col-md-6">
- <% nodes = Node.all %>
+ <% nodes = Node.filter([["ip_address", "!=", nil]]) %>
<div class="panel panel-default" style="min-height: 10.5em">
<div class="panel-heading"><span class="panel-title">Compute and job status</span>
<span class="pull-right">
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list