Merge branch '12934-cwl-conformance' refs #12934
[arvados.git] / apps / workbench / app / views / trash_items / _show_trashed_projects.html.erb
index 2882814d949524b47772f3ea8b8442f754b1d990..6f1e062335f55882319c8dfdee812a6bf3bc79d6 100644 (file)
@@ -26,23 +26,27 @@ SPDX-License-Identifier: AGPL-3.0 %>
            value="<%= params[:search] %>" />
   </div>
 
+  <p>
+    <b>Note:</b> Projects which are a subproject of a trashed project are only shown when searching the trash.
+  </p>
+
   <div>
     <table id="trash-index" class="topalign table table-condensed table-fixedlayout">
       <colgroup>
-        <col width="10%" />
-        <col width="21%" />
-        <col width="21%" />
-        <col width="21%" />
-        <col width="21%" />
-        <col width="6%" />
+        <col width="5%" />
+        <col width="16%" />
+        <col width="25%" />
+        <col width="20%" />
+        <col width="29%" />
+        <col width="5%" />
       </colgroup>
 
       <thead>
         <tr class="contain-align-left">
           <th></th>
           <th>Name</th>
-          <th>Date&nbsp;trashed&nbsp;/<br />to&nbsp;be&nbsp;deleted</th>
           <th>Parent project</th>
+          <th>Date&nbsp;trashed&nbsp;/<br />to&nbsp;be&nbsp;deleted</th>
           <th>UUID</th>
           <th></th>
         </tr>