Add arrow for analysis view toggle

This commit is contained in:
Caleb
2025-05-16 16:01:54 -04:00
committed by Cooper Quintin
parent 8b053a9ef8
commit 68aafd41e1
4 changed files with 26 additions and 19 deletions

View File

@@ -37,7 +37,7 @@
<td class="p-2">{entry.qmdl_size_bytes}</td>
<td class="p-2"><DownloadLink url={entry.get_pcap_url()} text="pcap" /></td>
<td class="p-2"><DownloadLink url={entry.get_qmdl_url()} text="qmdl" /></td>
<td class="p-2"><AnalysisStatus onclick={toggle_analysis_visibility} entry={entry} /></td>
<td class="p-2"><AnalysisStatus onclick={toggle_analysis_visibility} entry={entry} analysis_visible={analysis_visible}/></td>
{#if current}
<td class="p-2"></td>
{:else}