1
0
Fork 0
mirror of synced 2024-06-28 11:00:35 +12:00

fix Snapshot count in column header

This commit is contained in:
Nick Sweeting 2020-11-28 01:22:58 -05:00
parent 9fc965d3da
commit 7d7ce3a790
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
<thead>
<tr>
<th style="width: 100px;">Bookmarked</th>
<th style="width: 26vw;">Saved Link ({{num_links}})</th>
<th style="width: 26vw;">Snapshot ({{object_list|length}})</th>
<th style="width: 140px">Files</th>
<th style="width: 16vw;whitespace:nowrap;overflow-x:hidden;">Original URL</th>
</tr>

View file

@ -192,7 +192,7 @@
<thead>
<tr class="thead-tr">
<th style="width: 100px;">Bookmarked</th>
<th style="width: 26vw;">Saved Link ($num_links)</th>
<th style="width: 26vw;">Snapshot ($num_links)</th>
<th style="width: 50px">Files</th>
<th style="width: 16vw;whitespace:nowrap;overflow-x:hidden;">Original URL</th>
</tr>