summaryrefslogtreecommitdiffstats
path: root/templates/exec-progress.html
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-16 15:42:16 +0100
committerSimon Rettberg2013-11-16 15:42:16 +0100
commit633e43127c6d1a96d47587eed2739bdaff6c3d4f (patch)
treeafe22b5cef77a5a054388d05f6a2c106dcb4d60b /templates/exec-progress.html
parentAdd custom config.tgz upload functionality (diff)
downloadslx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.tar.gz
slx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.tar.xz
slx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.zip
Add minilinux download functionality and ipxe compilation scripts
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>