fix: extension of full logs download (#3464)

This commit is contained in:
HugoCasa
2024-03-26 00:02:44 +01:00
committed by GitHub
parent abc3a7d74a
commit a92ae18cb6
+4 -3
View File
@@ -54,7 +54,7 @@
<svelte:fragment slot="actions">
<Button
href="/api/w/{$workspaceStore}/jobs_u/get_logs/{jobId}"
download="windmill-logs.json"
download="windmill_logs_{jobId}.txt"
color="light"
size="xs"
startIcon={{
@@ -99,8 +99,9 @@
class="text-primary pb-0.5"
target="_blank"
href="/api/w/{$workspaceStore}/jobs_u/get_logs/{jobId}"
download="windmill-logs.json"><Download size="14" /></a
>
download="windmill_logs_{jobId}.txt"
><Download size="14" />
</a>
</div>
<button on:click={logViewer.openDrawer}><Expand size="12" /></button>
<div