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, 0 insertions, 4 deletions
diff --git a/templates/exec-progress.html b/templates/exec-progress.html
deleted file mode 100644
index 0583a74a..00000000
--- a/templates/exec-progress.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<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>