12197: Show UUID and PDH of trashed collections.
[arvados.git] / apps / workbench / app / views / trash_items / _show_recent_trash.html.erb
index a78b02fcb10c202876add3e9b7dddecad8fecbcd..d5b23e0660f68e6969e01116a9919d0c77ae9e7f 100644 (file)
@@ -29,12 +29,12 @@ SPDX-License-Identifier: AGPL-3.0 %>
   <div>
     <table id="trash-index" class="topalign table table-condensed table-fixedlayout">
       <colgroup>
-        <col width="5%" />
+        <col width="2%" />
         <col width="20%" />
         <col width="15%" />
-        <col width="15%" />
-        <col width="10%" />
-        <col width="30%" />
+        <col width="13%" />
+        <col width="20%" />
+        <col width="25%" />
         <col width="5%" />
       </colgroup>
 
@@ -42,9 +42,9 @@ SPDX-License-Identifier: AGPL-3.0 %>
         <tr class="contain-align-left">
           <th></th>
           <th>Name</th>
-          <th>Trashed at</th>
-          <th title="After this time, no longer available to be recovered from Trash">Permanently<br/>Deleted At</th>
+          <th>Date&nbsp;trashed&nbsp;/<br />to&nbsp;be&nbsp;deleted</th>
           <th>Owner</th>
+          <th>UUID&nbsp;/<br />portable data hash</th>
           <th>Contents</th>
           <th></th>
         </tr>