Restyle download links in table view

They're taking up too much space as individual columns.

Also change DownloadLink to be a real link, so that "Copy URL" works.
This commit is contained in:
Markus Unterwaditzer
2025-08-02 22:26:22 +02:00
committed by Cooper Quintin
parent c5a79e545d
commit ad4e971e77
3 changed files with 11 additions and 13 deletions

View File

@@ -19,9 +19,7 @@
<th class="p-2" scope="col">Started</th>
<th class="p-2" scope="col">Last Message</th>
<th class="p-2" scope="col">Size</th>
<th class="p-2" scope="col">PCAP</th>
<th class="p-2" scope="col">QMDL</th>
<th class="p-2" scope="col">ZIP</th>
<th class="p-2" scope="col">Download</th>
<th class="p-2" scope="col">Analysis</th>
<th class="p-2" scope="col"></th>
</tr>