From 2f4d48586a67e985f0b47b358ef15d8113b56ddb Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 3 Dec 2024 15:09:23 -0600 Subject: Improve UI: stdout/stderr output Add styling to section and limit the height of the content. --- uploader/templates/cli-output.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uploader') diff --git a/uploader/templates/cli-output.html b/uploader/templates/cli-output.html index 33fb73b..64b1a9a 100644 --- a/uploader/templates/cli-output.html +++ b/uploader/templates/cli-output.html @@ -1,7 +1,7 @@ {%macro cli_output(job, stream)%} -
{{job.get(stream, "")}}