mirror of
				https://github.com/ohwgiles/laminar.git
				synced 2025-06-13 12:54:29 +00:00 
			
		
		
		
	resolves #16: first run of a job does not update duration
This commit is contained in:
		
							parent
							
								
									5606f4addc
								
							
						
					
					
						commit
						e94f4e2651
					
				| @ -437,8 +437,7 @@ const Run = function() { | ||||
|         state.log = ''; | ||||
|         state.job = data; | ||||
|         state.latestNum = data.latestNum; | ||||
|         if (!!state.job.etc) | ||||
|           state.jobsRunning = [data]; | ||||
|         state.jobsRunning = [data]; | ||||
|       }, | ||||
|       job_started: function(data) { | ||||
|         state.latestNum++; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user