X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..42c20b25e1325124b88e3b9b285544dc41122b56:/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..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,3 +1,7 @@ +<%# 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 %>

@@ -15,6 +19,7 @@
<%= Oj.dump(@object.components, indent: 2) %>
+ <% if backtrace %>

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

+ <% end %>