12863: Adds column showing process status on project pages.
[arvados.git] / apps / workbench / app / views / projects / _show_tab_contents.html.erb
index 2e5c8a3b7fddb3042e23f63209c79b16109cd2d4..4b37cda2df8a9a94a5ceb38e0b9c982f780a0601 100644 (file)
@@ -90,6 +90,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
       <col width="0*" style="max-width: fit-content;" />
       <col width="0*" style="max-width: fit-content;" />
       <col width="0*" style="max-width: fit-content;" />
+      <col width="0*" style="max-width: fit-content;" />
       <col width="60%" style="width: 60%;" />
       <col width="40%" style="width: 40%;" />
     </colgroup>
@@ -100,6 +101,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
         <th></th>
         <th></th>
         <th></th>
+        <th></th>
         <% sort_order = sortable_columns['name'].gsub(/\s/,'') if sortable_columns['name'] %>
         <th <% if !sort_order.nil? %>
               data-sort-order='<%= sort_order %>'