Merge branch 'master' into 11850-singlecontainer-max-requirements
[arvados.git] / apps / workbench / app / views / work_units / _show_log.html.erb
index 0d86eab50d81d8e4e69ec416777cf77c49629f45..1f643acdc9ff6a1dc042a3de86f6ab9a78357481 100644 (file)
@@ -18,11 +18,11 @@ SPDX-License-Identifier: AGPL-3.0 %>
 <%# Still running, or recently finished and logs are still available from logs table %>
 <%# Show recent logs in terminal window %>
 <h4>Recent logs</h4>
-<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-uuids="<%= wu.log_object_uuids.join(' ') %>"
   ><%= live_log_lines %>
-</div>
+</pre>
 
 <%# Applying a long throttle suppresses the auto-refresh of this
     partial that would normally be triggered by arv-log-event. %>