mirror of
				https://github.com/ohwgiles/laminar.git
				synced 2025-06-13 12:54:29 +00:00 
			
		
		
		
	resolves #20: queued runs lost on job page refresh
This commit is contained in:
		
							parent
							
								
									9685563338
								
							
						
					
					
						commit
						288b950f9e
					
				| @ -369,6 +369,7 @@ var Job = function() { | ||||
|         state.jobsRecent = msg.recent; | ||||
|         state.lastSuccess = msg.lastSuccess; | ||||
|         state.lastFailed = msg.lastFailed; | ||||
|         state.nQueued = msg.nQueued; | ||||
| 
 | ||||
|         var chtBt = new Chart(document.getElementById("chartBt").getContext("2d")).Bar({ | ||||
|           labels: msg.recent.map(function(e) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user