Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_log.html.erb
1 <% log_uuids = [@object.uuid] + pipeline_jobs(@object).collect{|x|x[:job].andand[:uuid]}.compact %>
2 <% log_history = stderr_log_history(log_uuids) %>
3 <div id="event_log_div"
4      class="arv-log-event-listener arv-log-event-handler-append-logs arv-log-event-subscribe-to-pipeline-job-uuids arv-job-log-window"
5      data-object-uuids="<%= log_uuids.join(' ') %>"
6      ><%= log_history.join("\n") %></div>
7
8 <%# Applying a long throttle suppresses the auto-refresh of this
9     partial that would normally be triggered by arv-log-event. %>
10 <div class="arv-log-refresh-control"
11      data-load-throttle="86486400000" <%# 1001 nights %>
12      ></div>