summaryrefslogtreecommitdiffstats
path: root/templates/exec-progress.html
blob: 0583a74a0e16848fff73312f664ec6aa62bb01d2 (plain) (blame)
1
2
3
4
<div class="well well-sm">
	<pre>{{text}}</pre>
	{{#running}}<script> setTimeout(function() { $('#{{id}}').load('api.php?do=exec&progress={{progress}}&id={{id}}&pid={{pid}}'); }, 2000); // </script>{{/running}}
</div>