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>
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 %>