diff options
Diffstat (limited to 'uploader/templates/stdout_output.html')
-rw-r--r-- | uploader/templates/stdout_output.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/uploader/templates/stdout_output.html b/uploader/templates/stdout_output.html new file mode 100644 index 0000000..85345a9 --- /dev/null +++ b/uploader/templates/stdout_output.html @@ -0,0 +1,8 @@ +{%macro stdout_output(job)%} + +<h4>STDOUT Output</h4> +<div class="cli-output"> + <pre>{{job.get("stdout", "")}}</pre> +</div> + +{%endmacro%} |