Skip to content

Commit

Permalink
Show AIP file size on AIP list page (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcantelon committed Nov 25, 2024
1 parent 6256b74 commit c43d636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AIPscan/Reporter/templates/aips.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<tr>
<th><strong>Transfer name</strong></th>
<th><strong>AIP UUID</strong></th>
<th><strong>Size</strong></th>
<th><strong>Creation date</strong></th>
<th><strong>Originals</strong></th>
<th><strong>Preservation copies</strong></th>
Expand All @@ -69,6 +70,7 @@
<tr>
<td>{{ aip.transfer_name }}</td>
<td>{{ aip.uuid }}</td>
<td>{{ aip.size | filesizeformat }}</td>
<td>{{ aip.create_date }}</td>
<td>{{ aip.original_file_count }}</td>
<td>{{ aip.preservation_file_count }}</td>
Expand Down

0 comments on commit c43d636

Please sign in to comment.