12197: Show UUID and PDH of trashed collections.
[arvados.git] / apps / workbench / app / views / trash_items / _show_recent_trash.html.erb
index 4d9be07dea3814fc2dc1d86114ded31eb544b4d5..d5b23e0660f68e6969e01116a9919d0c77ae9e7f 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <div class="container selection-action-container" style="width: 100%">
   <div class="col-md-2 pull-left">
     <div class="btn-group btn-group-sm">
   <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>
 
@@ -38,9 +42,9 @@
         <tr class="contain-align-left">
           <th></th>
           <th>Name</th>
-          <th>Trashed at</th>
-          <th>Created 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>