projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
12125: Update trash tests
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
application
/
_pipeline_status_label.html.erb
diff --git
a/apps/workbench/app/views/application/_pipeline_status_label.html.erb
b/apps/workbench/app/views/application/_pipeline_status_label.html.erb
index 88722726dc61169f3468cc00b2b2d72af6bfac17..c057751e562c69704323927313feb27a045ddd61 100644
(file)
--- a/
apps/workbench/app/views/application/_pipeline_status_label.html.erb
+++ b/
apps/workbench/app/views/application/_pipeline_status_label.html.erb
@@
-1,3
+1,7
@@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
<% if p.state == 'Complete' %>
<span class="label label-success">complete</span>
<% elsif p.state == 'Failed' %>