X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4cc70d306f608b6b7ca5076a6d066bb3e1c7bf2b..f6b88a9e7e9727f0397f1febbad8c08f6a20463d:/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 2b066e0a8b..315c8c1831 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -1,15 +1,40 @@ +<% if !@object.log %> + +
+ +
+ +<%# Applying a long throttle suppresses the auto-refresh of this + partial that would normally be triggered by arv-log-event. %> +
+ >
+ +<% 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 %> + + + + +
+ +
@@ -110,28 +187,25 @@ $("#sort-by-node").on("change", function() {
- +
- +
- +
- -
-
- +
- +
@@ -139,35 +213,44 @@ $("#sort-by-node").on("change", function() {
- - - - - - - - - - - - - - - - - - - - - - - -
TimestampNodeSlotLog 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" %>