[ARVADOS] updated: 1b6c6a52d0bba5b0a03524c7477ee9e8836c5f5b
git at public.curoverse.com
git at public.curoverse.com
Fri May 16 11:39:30 EDT 2014
Summary of changes:
.../app/views/pipeline_instances/_show_components.html.erb | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
via 1b6c6a52d0bba5b0a03524c7477ee9e8836c5f5b (commit)
from 5cf70c36dd291410cdf177786a1a0ea0c25c06cb (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 1b6c6a52d0bba5b0a03524c7477ee9e8836c5f5b
Author: radhika <radhika at curoverse.com>
Date: Fri May 16 11:38:44 2014 -0400
2756: event log div placement corrected.
diff --git a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
index 0673e71..bba2aa9 100644
--- a/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_show_components.html.erb
@@ -87,6 +87,10 @@ setInterval(function(){$('a.refresh').click()}, 15000);
<% end %>
<% end %>
+ <% if !@object.state.in? ['Complete', 'Failed'] %>
+ <h3>Log for pipeline</h3>
+ <div class="arv-log-event-listener arv-log-event-handler-append-logs" id="pipeline_event_log_div" data-object-uuid="<%=@object.uuid%>"/>
+ <% end %>
<% end %>
<% else %>
@@ -109,8 +113,3 @@ setInterval(function(){$('a.refresh').click()}, 15000);
<%= render partial: 'show_components_editable', locals: {editable: false} %>
<% end %>
<% end %>
-
-<% if !@object.state.in? ['Complete', 'Failed'] %>
- <h3>Log for pipeline</h3>
- <div class="arv-log-event-listener arv-log-event-handler-append-logs" id="pipeline_event_log_div" data-object-uuid="<%=@object.uuid%>"/>
-<% end %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list