Merge branch '15087-wb-queued-containers' closes #15087
[arvados.git] / apps / workbench / app / views / jobs / _show_log.html.erb
index 821b4bcdf27de248d1b3b29a81e0fb4e18bad04b..e84641d431205cdf816822836071183a61009822 100644 (file)
@@ -9,11 +9,11 @@ SPDX-License-Identifier: AGPL-3.0 %>
      style="display:none"
      data-object-uuid="<%= @object.uuid %>"></div>
 
-<div id="event_log_div"
+<pre id="event_log_div"
      class="arv-log-event-listener arv-log-event-handler-append-logs arv-job-log-window"
      data-object-uuid="<%= @object.uuid %>"
   ><%= @object.stderr_log_lines(Rails.configuration.running_job_log_records_to_fetch).join("\n") %>
-</div>
+</pre>
 
 <%# Applying a long throttle suppresses the auto-refresh of this
     partial that would normally be triggered by arv-log-event. %>