X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/77d2cc976232e08f00450bfc6bbbc041e072eb43..f91bae113a348bb049f6391043f8ba9529def694:/apps/workbench/app/views/jobs/_show_log.html.erb diff --git a/apps/workbench/app/views/jobs/_show_log.html.erb b/apps/workbench/app/views/jobs/_show_log.html.erb index 96b7a85e98..b523af81ae 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -1,68 +1,222 @@ +<% if !@object.log %> + +<% log_history = stderr_log_history([@object.uuid]) %> +
+ <% log_history.each do |entry| %> + <%=entry%>
+ <% end %> +
+ +<% 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 %> + + + + +
+ + + +
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + +
TimestampNodeSlotLog typeTaskMessage
+ + <% if @object.log and logcollection %> +
+ <% end %> + + + +
+ + + +
+ - +<% end %>