summaryrefslogtreecommitdiffstats
path: root/templates/exec-progress.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/exec-progress.html')
-rw-r--r--templates/exec-progress.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/exec-progress.html b/templates/exec-progress.html
new file mode 100644
index 00000000..0583a74a
--- /dev/null
+++ b/templates/exec-progress.html
@@ -0,0 +1,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>