[ARVADOS] updated: 2e8aee62b13edd8eac34ac8536d41992c7adbf69
git at public.curoverse.com
git at public.curoverse.com
Mon Sep 22 16:15:36 EDT 2014
Summary of changes:
apps/workbench/app/views/projects/_show_dashboard.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 2e8aee62b13edd8eac34ac8536d41992c7adbf69 (commit)
from 80ec2c7fe823b84ba5b3533f3c43d1bf3c627f70 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2e8aee62b13edd8eac34ac8536d41992c7adbf69
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Sep 22 16:15:16 2014 -0400
3605: Make compute node summary table no longer clickable since it was a little
bit confusing. Can still click on the titlebar.
diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb
index e836889..3ad2c18 100644
--- a/apps/workbench/app/views/projects/_show_dashboard.html.erb
+++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb
@@ -148,7 +148,7 @@
<div class="panel panel-default">
<div class="panel-heading"><span class="panel-title"><a data-toggle="collapse" href="#compute_node_status">Compute node status <span class="caret"></span></a></span></div>
<div class="panel-body">
- <div class="compute-node-summary" data-toggle="collapse" href="#compute_node_status">
+ <div>
<%= render partial: 'compute_node_summary', locals: {nodes: nodes} %>
</div>
<div id="compute_node_status" class="collapse">
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list