Merge branch '14884-unicode-name-support'
[arvados.git] / apps / workbench / app / views / trash_items / _show_trashed_collections.html.erb
index 0cb941c5ba3f9d68529d0df79d2d930b45433d5c..4c5fd3f605a226207e03fc10b6db6ec6b4ddda3c 100644 (file)
@@ -26,15 +26,18 @@ SPDX-License-Identifier: AGPL-3.0 %>
            value="<%= params[:search] %>" />
   </div>
 
+  <p>
+    <b>Note:</b> Collections which are located within 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="2%" />
-        <col width="20%" />
-        <col width="13%" />
-        <col width="15%" />
-        <col width="20%" />
+        <col width="5%" />
+        <col width="16%" />
         <col width="25%" />
+        <col width="20%" />
+        <col width="29%" />
         <col width="5%" />
       </colgroup>
 
@@ -42,10 +45,9 @@ SPDX-License-Identifier: AGPL-3.0 %>
         <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&nbsp;/<br />Content&nbsp;address&nbsp;(PDH)</th>
-          <th>Contents</th>
           <th></th>
         </tr>
       </thead>