summaryrefslogtreecommitdiffstats
path: root/templates/exec-progress.html
diff options
context:
space:
mode:
authorJonathan Bauer2014-06-04 18:11:24 +0200
committerJonathan Bauer2014-06-04 18:11:24 +0200
commit9f14e302af77b5a8f72b4785e7376cc346519ef7 (patch)
treeaa3be844d8b879b3eab06793c4ae33ac0e6c233b /templates/exec-progress.html
parentlisting of module's content (diff)
parentAdd RO-Credentials to CIFS VMStore (diff)
downloadslx-admin-9f14e302af77b5a8f72b4785e7376cc346519ef7.tar.gz
slx-admin-9f14e302af77b5a8f72b4785e7376cc346519ef7.tar.xz
slx-admin-9f14e302af77b5a8f72b4785e7376cc346519ef7.zip
Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin
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>