mirror of https://github.com/Aidaho12/haproxy-wi
				
				
				
			
							parent
							
								
									cba232ac34
								
							
						
					
					
						commit
						aac1335506
					
				| 
						 | 
				
			
			@ -66,8 +66,14 @@
 | 
			
		|||
<script>
 | 
			
		||||
	{% if onclick == 'showApacheLog()' %}
 | 
			
		||||
		window.onload = showApacheLog()
 | 
			
		||||
		$('#serv').on('selectmenuchange',function() {
 | 
			
		||||
			showApacheLog();
 | 
			
		||||
		});
 | 
			
		||||
	{% else %}
 | 
			
		||||
		window.onload = showLog()
 | 
			
		||||
		$('#serv').on('selectmenuchange',function() {
 | 
			
		||||
			showLog();
 | 
			
		||||
		});
 | 
			
		||||
	{% endif %}	
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,7 +42,10 @@
 | 
			
		|||
			});
 | 
			
		||||
		return false;
 | 
			
		||||
		});		
 | 
			
		||||
	}	
 | 
			
		||||
	}
 | 
			
		||||
	$('#serv').on('selectmenuchange',function() {
 | 
			
		||||
		showStats();
 | 
			
		||||
	});	
 | 
			
		||||
</script>
 | 
			
		||||
<link href="/inc/style.css" rel="stylesheet">
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Loading…
	
		Reference in New Issue