diff options
| author | Simon Rettberg | 2013-11-16 15:42:16 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-11-16 15:42:16 +0100 |
| commit | 633e43127c6d1a96d47587eed2739bdaff6c3d4f (patch) | |
| tree | afe22b5cef77a5a054388d05f6a2c106dcb4d60b /templates/exec-progress.html | |
| parent | Add custom config.tgz upload functionality (diff) | |
| download | slx-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.html | 4 |
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> |
