X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4d2b509734d1ac5351ab6da16e08a092ba77f148..b310fc04b9e60b974f4bfc2c86a5c45ecd7c65f2:/apps/workbench/app/views/pipeline_instances/_show_components_json.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_show_components_json.html.erb b/apps/workbench/app/views/pipeline_instances/_show_components_json.html.erb index 9d1edbf264..6486f73730 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_components_json.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_components_json.html.erb @@ -15,6 +15,7 @@
<%= Oj.dump(@object.components, indent: 2) %>
+ <% if backtrace %>

@@ -27,4 +28,5 @@
<%= backtrace %>

+ <% end %>