{{ $t('admin.background-tasks') }} 
      {{ $t('admin.background-tasks-description') }}
    
    
      
         {{ $globals.icons.refresh }} 
        {{ $t('general.refresh') }}
      
      
         {{ $globals.icons.testTube }} 
        {{ $t('general.test') }}
      
    
    
      
        
          
            
             {{ $globals.icons.check }}
             {{ $globals.icons.close }}
             {{ $globals.icons.pending }}
            
              {{ task.name }}
            
          
          {{ $d(Date.parse(task.createdAt), "short") }}
        
        
          {{ task.log === "" ? $t('admin.no-logs-found') : task.log }}