X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/77d2cc976232e08f00450bfc6bbbc041e072eb43..411ce5bc5bf433c976f55fe001fe5979456207f2:/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..315c8c1831 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -1,68 +1,256 @@ +<% if !@object.log %> + +
+ +
+ +<%# 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 %> + + + + +
+ + + +
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + +
TimestampNodeSlotLog typeTaskMessage
+ + <% if @object.log and logcollection %> +
+ <% end %> + + + +
+ + + +
+ + - +<% end %>