X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/224f384d411bb1b4cccc7165c55bb64fd5c695ad..670ba06e9ca3b1a84c88b6d69a36a575df95cb44:/apps/workbench/app/views/containers/_show_log.html.erb diff --git a/apps/workbench/app/views/containers/_show_log.html.erb b/apps/workbench/app/views/containers/_show_log.html.erb index f623fd6344..ec529aabd2 100644 --- a/apps/workbench/app/views/containers/_show_log.html.erb +++ b/apps/workbench/app/views/containers/_show_log.html.erb @@ -1 +1,5 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <%= render(partial: 'work_units/show_log', locals: {obj: @object, name: @object[:name] || 'this container'}) %>