a4f49d197e
* refactor admin settings * use slots to render buttons in simplified template settings * remove more boilerplate by looping over components * fix: onboarding * fix: reset/reset to default * remove lodash since it is unecessary * chore: standardize padding and margins --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
10 lines
266 B
Svelte
10 lines
266 B
Svelte
<script lang="ts">
|
|
import { AppRoute } from '$lib/constants';
|
|
</script>
|
|
|
|
Apply the current
|
|
<a href={`${AppRoute.ADMIN_SETTINGS}?open=storageTemplate`} class="text-immich-primary dark:text-immich-dark-primary"
|
|
>Storage template</a
|
|
>
|
|
to previously uploaded assets
|