mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 21:32:27 +01:00 
			
		
		
		
	import/jobs page refresh should be the same as for the health page
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
		| @@ -38,7 +38,7 @@ if(isset($this->request->get['route'])) { | ||||
|  | ||||
|    if($this->request->get['route'] == 'health/health') { ?> onload="Piler.load_health(); setInterval('Piler.load_health()', Piler.health_refresh * 1000);"<?php } | ||||
|    if($this->request->get['route'] == 'stat/online') { ?> onload="setInterval('Piler.reload_page()', Piler.health_refresh * 1000);"<?php } | ||||
|    if($this->request->get['route'] == 'import/jobs') { ?> onload="setInterval('Piler.reload_page()', 10 * 1000);"<?php } | ||||
|    if($this->request->get['route'] == 'import/jobs') { ?> onload="setInterval('Piler.reload_page()', Piler.health_refresh * 1000);"<?php } | ||||
|  | ||||
| } ?>> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user