]> git.arvados.org - arvados.git/blob - apps/workbench/app/views/pipeline_instances/_component_labels.html.erb
13143: Do not try to select container secret_mounts column.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _component_labels.html.erb
1 <%# Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 %>
4
5 <% pipeline_jobs(object).each do |pj| %>
6   <span class="label label-<%= pj[:labeltype] %>">
7     <%= pj[:name] %>
8   </span>&nbsp;
9 <% end %>