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:
parent
7e611fa99c
commit
3a69e5e819
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue