Add ZIP download endpoint

This commit is contained in:
Markus Unterwaditzer
2025-06-18 23:31:31 +02:00
committed by Will Greenberg
parent 29823d3e82
commit b2502847a1
9 changed files with 270 additions and 35 deletions

View File

@@ -59,6 +59,7 @@
<div class="flex flex-row justify-between lg:justify-end gap-2 mt-2">
<DownloadLink url={entry.get_pcap_url()} text="pcap" full_button=true />
<DownloadLink url={entry.get_qmdl_url()} text="qmdl" full_button=true />
<DownloadLink url={entry.get_zip_url()} text="zip" full_button=true />
{#if current}
<RecordingControls {server_is_recording} />
{:else}