X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bc65e5b981806594fde9f4c40bf5aa7d8e48b040..059027a1ea97b853649bad7e85a0d2da254f3178:/apps/workbench/app/views/work_units/_component_detail.html.erb diff --git a/apps/workbench/app/views/work_units/_component_detail.html.erb b/apps/workbench/app/views/work_units/_component_detail.html.erb index 55abc75ea6..20e3d4d2cf 100644 --- a/apps/workbench/app/views/work_units/_component_detail.html.erb +++ b/apps/workbench/app/views/work_units/_component_detail.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% collections = [current_obj.outputs, current_obj.docker_image].flatten.compact.uniq collections_pdhs = collections.select {|x| !CollectionsHelper.match(x).nil?}.uniq.compact @@ -207,7 +211,7 @@ <% if current_obj.parameters and !current_obj.parameters.empty? %>
-
+

script_parameters:

<%= JSON.pretty_generate(current_obj.parameters) rescue nil %>