X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7b2d04380952ac79453bd0771679e40c81281f5c..4c8559157a16bf3d2781714fdec0275fb7f53ac6:/apps/workbench/app/views/pipeline_instances/_show_components_json.html.erb?ds=sidebyside 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 %>