[ARVADOS] created: 1.1.3-24-g34513cb
Git user
git at public.curoverse.com
Tue Feb 13 11:04:48 EST 2018
at 34513cb0f3f880e3e91655446fdea2590ed0a579 (commit)
commit 34513cb0f3f880e3e91655446fdea2590ed0a579
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Tue Feb 13 13:01:30 2018 -0300
13023: Replaces div with pre tags on 'Recent logs' viewer.
This is to workaround a Firefox bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1174452
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/apps/workbench/app/views/work_units/_show_log.html.erb b/apps/workbench/app/views/work_units/_show_log.html.erb
index 0d86eab..1f643ac 100644
--- a/apps/workbench/app/views/work_units/_show_log.html.erb
+++ b/apps/workbench/app/views/work_units/_show_log.html.erb
@@ -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. %>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list