X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/82c23c04e3105dfd0d2167a53552df56b0a81785..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 3cdd5aedb3..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 @@ -1,5 +1,7 @@

The components of this pipeline are in a format that Workbench does not recognize.

+

Error encountered: <%= error_name %>

+

@@ -13,4 +15,18 @@
<%= Oj.dump(@object.components, indent: 2) %>

+ <% if backtrace %> +
+

+ + Show backtrace + +

+
+
+
+
<%= backtrace %>
+
+
+ <% end %>