File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed 
src/renderer/components/Experiment/Tasks Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2020          node-version : " 22" 
2121          cache : " npm" 
2222
23-       - name : Install dependencies  
24-         run : npm ci  
23+       - name : Install Prettier  
24+         run : npm install -g prettier  
2525
2626      - name : Check Prettier formatting 
2727        run : npm run format:check 
Original file line number Diff line number Diff line change 88  InfoIcon , 
99  LineChartIcon , 
1010  WaypointsIcon , 
11+   LineChartIcon , 
1112}  from  'lucide-react' ; 
1213import  JobProgress  from  './JobProgress' ; 
1314
@@ -93,6 +94,19 @@ const JobsList: React.FC<JobsListProps> = ({
9394                    </ Button > 
9495                  ) } 
9596
97+                   { job ?. job_data ?. wandb_run_url  &&  ( 
98+                     < Button 
99+                       size = "sm" 
100+                       variant = "plain" 
101+                       onClick = { ( )  =>  { 
102+                         window . open ( job . job_data . wandb_run_url ,  '_blank' ) ; 
103+                       } } 
104+                       startDecorator = { < LineChartIcon  /> } 
105+                     > 
106+                       W& B  Tracking 
107+                     </ Button > 
108+                   ) } 
109+ 
96110                  < Button 
97111                    size = "sm" 
98112                    variant = "plain" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments