Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components_editable.html.erb
index 57c73fb3564aa1cf4f9ec54410b9a404e92a934c..5311925cdb73b9c336136b99f3654d95624508c9 100644 (file)
@@ -1,9 +1,13 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <table class="table pipeline-components-table" style="margin-top: -.1em">
   <colgroup>
-    <col style="width: 15%" />
     <col style="width: 20%" />
     <col style="width: 20%" />
-    <col style="width: 45%" />
+    <col style="width: 20%" />
+    <col style="width: 40%" />
   </colgroup>
 
   <thead>
@@ -23,9 +27,9 @@
     <% @object.components.each do |k, component| %>
       <% next if !component %>
       <tr>
-        <td><span class="label label-default"><%= k %></span></td>
+        <td><%= k %></td>
 
-        <td><%= render_pipeline_component_attribute (editable && @object), :components, [k, :script], component[:script] %></td>
+        <td><%= component[:script] %></td>
 
         <td>script version</td>