[ARVADOS] updated: 1.1.3-27-g2cac74a
Git user
git at public.curoverse.com
Tue Feb 13 14:48:01 EST 2018
Summary of changes:
apps/workbench/app/views/jobs/_show_log.html.erb | 4 ++--
apps/workbench/app/views/pipeline_instances/_show_log.html.erb | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
via 2cac74ad82619e2866c7ca277dd8e4ff2d828f5b (commit)
from 76b7cb2fc14586db860cd54cd66fc3e9e438143b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2cac74ad82619e2866c7ca277dd8e4ff2d828f5b
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Tue Feb 13 16:45:59 2018 -0300
13023: Workaround firefox copy&paste bug on jobs & pipeline log viewers.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/apps/workbench/app/views/jobs/_show_log.html.erb b/apps/workbench/app/views/jobs/_show_log.html.erb
index 821b4bc..e84641d 100644
--- a/apps/workbench/app/views/jobs/_show_log.html.erb
+++ b/apps/workbench/app/views/jobs/_show_log.html.erb
@@ -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. %>
diff --git a/apps/workbench/app/views/pipeline_instances/_show_log.html.erb b/apps/workbench/app/views/pipeline_instances/_show_log.html.erb
index 9c779bc..24937ba 100644
--- a/apps/workbench/app/views/pipeline_instances/_show_log.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_show_log.html.erb
@@ -35,10 +35,10 @@ SPDX-License-Identifier: AGPL-3.0 %>
<% unless still_logging.empty? %>
<h4>Logs in progress</h4>
- <div id="event_log_div"
+ <pre 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="<%= @object.stderr_log_object_uuids.join(' ') %>"
- ><%= @object.stderr_log_lines.join("\n") %></div>
+ ><%= @object.stderr_log_lines.join("\n") %></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