1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-01 15:11:21 +01:00

fix(web): concurrency link on jobs page (#8572)

fix concurrency link on jobs page

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
Daniel Dietzler 2024-04-06 23:11:53 +02:00 committed by GitHub
parent 7e611fa99c
commit 3a69e5e819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@
<UserPageLayout title={data.meta.title} admin> <UserPageLayout title={data.meta.title} admin>
<div class="flex justify-end" slot="buttons"> <div class="flex justify-end" slot="buttons">
<a href="{AppRoute.ADMIN_SETTINGS}?open=job"> <a href="{AppRoute.ADMIN_SETTINGS}?isOpen=job">
<LinkButton> <LinkButton>
<div class="flex place-items-center gap-2 text-sm"> <div class="flex place-items-center gap-2 text-sm">
<Icon path={mdiCog} size="18" /> <Icon path={mdiCog} size="18" />