X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8722cd175d66ae707ba1ce2efa15b572678f545c..5e9787f914dd1a2f762ae7a653fe8dda36f8f555:/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 3cdd5aedb3..4fdc8fbca0 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,11 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +

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

+

Error encountered: <%= error_name %>

+

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

+ <% if backtrace %> +
+

+ + Show backtrace + +

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