mirror of https://github.com/CIRCL/AIL-framework
				
				
				
			Removed autokill feature if not specified
							parent
							
								
									2f136595fb
								
							
						
					
					
						commit
						f9bf00f022
					
				| 
						 | 
				
			
			@ -130,7 +130,7 @@ if __name__ == "__main__":
 | 
			
		|||
                                content[longest_col] = temp.strip()
 | 
			
		||||
                        t1.table_data[i] = content
 | 
			
		||||
 | 
			
		||||
        t2 = AsciiTable(printarray2, title="Iddeling queues")
 | 
			
		||||
        t2 = AsciiTable(printarray2, title="Idling queues")
 | 
			
		||||
        t2.column_max_width(1)
 | 
			
		||||
        if not t2.ok:
 | 
			
		||||
                longest_col = t2.column_widths.index(max(t2.column_widths))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -226,7 +226,7 @@ function create_queue_table() {
 | 
			
		|||
            td.appendChild(document.createTextNode(glob_tabvar.row1[i][j]));
 | 
			
		||||
            tr.appendChild(td)
 | 
			
		||||
        }
 | 
			
		||||
        if (parseInt(glob_tabvar.row1[i][2]) > 60*1 && parseInt(glob_tabvar.row1[i][1]) > 2)
 | 
			
		||||
        if (parseInt(glob_tabvar.row1[i][2]) > 60*2 && parseInt(glob_tabvar.row1[i][1]) > 2)
 | 
			
		||||
            tr.className += " danger";
 | 
			
		||||
        else if (parseInt(glob_tabvar.row1[i][2]) > 60*1)
 | 
			
		||||
            tr.className += " warning";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue