mirror of
https://github.com/immich-app/immich.git
synced 2026-04-30 04:50:42 -04:00
fix: move end button into authed default maint page
This commit is contained in:
parent
e0428b565a
commit
0945e18564
@ -77,10 +77,8 @@
|
||||
},
|
||||
})}
|
||||
</p>
|
||||
<Button onclick={end}>{$t('maintenance_end')}</Button>
|
||||
{/if}
|
||||
{/if}
|
||||
{#if $auth && ($status?.action === MaintenanceAction.Start || $status?.error)}
|
||||
<Button onclick={end}>{$t('maintenance_end')}</Button>
|
||||
{/if}
|
||||
</div>
|
||||
</AuthPageLayout>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user