mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03:00
* feat(web): pause and resume jobs * add bg color to status instead of using badge * styling --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
11 lines
265 B
Svelte
11 lines
265 B
Svelte
<script lang="ts">
|
|
import { AppRoute } from '$lib/constants';
|
|
</script>
|
|
|
|
Apply the current
|
|
<a
|
|
href={`${AppRoute.ADMIN_SETTINGS}?open=storage-template`}
|
|
class="text-immich-primary dark:text-immich-dark-primary">Storage template</a
|
|
>
|
|
to previously uploaded assets
|