diff --git a/dashboard/src/routes/downloads/+page.svelte b/dashboard/src/routes/downloads/+page.svelte index a42d1630..90289a9c 100644 --- a/dashboard/src/routes/downloads/+page.svelte +++ b/dashboard/src/routes/downloads/+page.svelte @@ -469,11 +469,11 @@ {#if cell.kind === "completed"}
@@ -483,18 +483,18 @@ clip-rule="evenodd" > - {formatBytes(cell.totalBytes)}
{:else if cell.kind === "pending"}
0 ? `${formatBytes(cell.downloaded)} / ${formatBytes(cell.total)} downloaded (paused)` : "Download pending"} > {#if cell.downloaded > 0 && cell.total > 0} - {formatBytes(cell.downloaded)} / {formatBytes( cell.total, )}
startDownload(col.nodeId, row.shardMetadata!)} title="Resume download on this node" > {:else} - paused {/if} {:else} - ... {#if row.shardMetadata} + {:else} + ... {/if} {/if}
{:else if cell.kind === "failed"}
@@ -631,13 +632,13 @@ {#if row.shardMetadata}