Merge branch 'install-doc-uuid-prefix' no issue #
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_log.html.erb
index 4bb7ab03805a55a6820ef70e295a640b8b4b22b6..bb756a08274044fd867ca3cd18c5e10946bb5a5e 100644 (file)
@@ -1,6 +1,6 @@
 <% log_uuids = [@object.uuid] + pipeline_jobs(@object).collect{|x|x[:job].andand[:uuid]}.compact %>
 <% log_history = stderr_log_history(log_uuids) %>
-<div id="pipeline_event_log_div"
+<div id="event_log_div"
      class="arv-log-event-listener arv-log-event-handler-append-logs arv-log-event-subscribe-to-pipeline-job-uuids arv-job-log-window"
      data-object-uuids="<%= log_uuids.join(' ') %>"
      ><%= log_history.join("\n") %></div>