Skip to content

Commit 3e63cb1

Browse files
committed
Disabled logs button when image status is null
1 parent 3e527cd commit 3e63cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/jobs/ImagesStatusModal.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
<button
156156
class="btn btn-light"
157157
on:click={() => loadLogs(image.zarr_url, image.status)}
158+
disabled={image.status === null}
158159
>
159160
{#if loadingLogs}
160161
<span

0 commit comments

Comments
 (0)