Skip to content

Commit

Permalink
feat: library settings cron expression crontab link includes existing…
Browse files Browse the repository at this point in the history
… expression
  • Loading branch information
zackpollard committed Oct 29, 2024
1 parent 68a4cc2 commit 129e875
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,12 @@
<svelte:fragment slot="desc">
<p class="text-sm dark:text-immich-dark-fg">
<FormatMessage key="admin.library_cron_expression_description" let:message>
<a href="https://crontab.guru" class="underline" target="_blank" rel="noreferrer">
<a
href="https://crontab.guru/#{config.library.scan.cronExpression.replaceAll(' ', '_')}"
class="underline"
target="_blank"
rel="noreferrer"
>
{message}
</a>
</FormatMessage>
Expand Down

0 comments on commit 129e875

Please sign in to comment.