Background Tasks 
      Here you can view all the running background tasks and their status
    
    
      
         {{ $globals.icons.refresh }} 
        Refresh
      
      
         {{ $globals.icons.testTube }} 
        Test
      
    
    
      
        
          
            
             {{ $globals.icons.check }}
             {{ $globals.icons.close }}
             {{ $globals.icons.pending }}
            
              {{ task.name }}
            
          
          {{ $d(Date.parse(task.createdAt), "short") }}
        
        
          {{ task.log === "" ? "No Logs Found" : task.log }}