<%# Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: AGPL-3.0 %> <% if !@object.log %>
<%= @object.stderr_log_lines(Rails.configuration.Workbench.RunningJobLogRecordsToFetch).join("\n") %>
<%# Applying a long throttle suppresses the auto-refresh of this partial that would normally be triggered by arv-log-event. %>
>
<% else %>

Summary

<% if !logcollection %> The collection containing the job log was not found. <% end %>

Log <% if @object.andand.tasks_summary.andand[:failed] and @object.tasks_summary[:failed] > 0 %> <% end %>
Timestamp Node Slot Log type Task Message
<% if @object.log and logcollection %>
<% end %>
<% end %>