mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05: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
					
				@ -30,7 +30,7 @@
 | 
			
		||||
 | 
			
		||||
<UserPageLayout title={data.meta.title} admin>
 | 
			
		||||
  <div class="flex justify-end" slot="buttons">
 | 
			
		||||
    <a href="{AppRoute.ADMIN_SETTINGS}?open=job">
 | 
			
		||||
    <a href="{AppRoute.ADMIN_SETTINGS}?isOpen=job">
 | 
			
		||||
      <LinkButton>
 | 
			
		||||
        <div class="flex place-items-center gap-2 text-sm">
 | 
			
		||||
          <Icon path={mdiCog} size="18" />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user