mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 17:25:35 +03:00
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
|