X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/189ce25a32a5916194597665435b269192a9baec..2fcc6fabb45befcc2ee4fe237744d6e3df5c4e39:/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 a224bc1b04..7324104a55 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -1,15 +1,32 @@ +<% if !@object.log %> + +<% log_history = stderr_log_history([@object.uuid]) %> +
+ <% log_history.each do |entry| %> + <%=entry%>
+ <% end %> +
+ +<% else %> +
-

Overview

-
+

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 %> + + + + +
+ +
@@ -105,59 +175,74 @@ $("#sort-by-node").on("change", function() {
+
+ +
+
+
+
+ +
+
+ +
+
- -
-
- +
- +
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - -
TimestampNodeLog typeTaskMessage
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
TimestampNodeSlotLog typeTaskMessage
+ + <% if @object.log and logcollection %> +
+ <% end %> + +
+ +
+ + + +
-<% if !@object.log %> - This job is still running. The job log will be available when the job is complete. <% end %> - -<%= image_tag 'ajax-loader.gif', id: "logloadspinner" %>