fix: also show in restore flow

This commit is contained in:
izzy
2025-12-03 09:55:53 +00:00
parent 0945e18564
commit 274775d876

View File

@@ -48,6 +48,7 @@
<Scrollable class="max-h-80">
<pre class="text-left"><code>{error}</code></pre>
</Scrollable>
<Button onclick={end}>{$t('maintenance_end')}</Button>
{:else}
<ProgressBar progress={$status.progress || 0} />
{#if $status.task !== 'ready'}