X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4cc70d306f608b6b7ca5076a6d066bb3e1c7bf2b..86f3157d2fa86e6b36c2d112bf2e6598e4c06b6d:/apps/workbench/app/views/jobs/_show_log.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/jobs/_show_log.html.erb b/apps/workbench/app/views/jobs/_show_log.html.erb index 2b066e0a8b..f1466aab7d 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -1,15 +1,21 @@
-

Overview

-
+

Summary

+

+ <% if !@object.log %> + <% if @object.finished_at %> + This job did not produce an diagnostic log. + <% else %> + This job is still running. The job log will be available when the job is complete. + <% end %> + <% else %> + <% if !logcollection %> + The collection containing the job log was not found. + <% end %> + <% end %> +

Log - - - - -
+ + <% if @object.andand.tasks_summary.andand[:failed] and @object.tasks_summary[:failed] > 0 %> + + <% end %> + + + + +
+ +
@@ -110,28 +151,25 @@ $("#sort-by-node").on("change", function() {
- +
- +
- +
- -
-
- +
- +
@@ -139,35 +177,41 @@ $("#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" %> +
+ + + +
+