From 754e8f214b940e05298cb360ed829f5c685d55a5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 25 Jul 2024 11:07:33 -0500 Subject: Rename module: qc_app --> uploader --- uploader/templates/cli-output.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 uploader/templates/cli-output.html (limited to 'uploader/templates/cli-output.html') diff --git a/uploader/templates/cli-output.html b/uploader/templates/cli-output.html new file mode 100644 index 0000000..33fb73b --- /dev/null +++ b/uploader/templates/cli-output.html @@ -0,0 +1,8 @@ +{%macro cli_output(job, stream)%} + +

{{stream | upper}} Output

+
+
{{job.get(stream, "")}}
+
+ +{%endmacro%} -- cgit v1.2.3