diff options
author | Frederick Muriuki Muriithi | 2025-06-10 15:58:24 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-10 17:19:44 -0500 |
commit | df9fe5b9d00753190b3d2ee487f4faee63fca57d (patch) | |
tree | 1ac77bdfee4ad21d8e4fef78585c1d7cb9a4be03 | |
parent | d2b2d2396fbaba55d6027f3a8574c166f4dede27 (diff) | |
download | gn-uploader-df9fe5b9d00753190b3d2ee487f4faee63fca57d.tar.gz |
Cleanup UI detritus.
-rw-r--r-- | uploader/templates/jobs/job-status.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/uploader/templates/jobs/job-status.html b/uploader/templates/jobs/job-status.html index 2750fcd..83c02fd 100644 --- a/uploader/templates/jobs/job-status.html +++ b/uploader/templates/jobs/job-status.html @@ -13,7 +13,7 @@ {%block contents%} <p>Status: {{job["metadata"]["status"]}}</p> -<p>Status: {{job_type}}</p> +<p>Job Type: {{job["metadata"]["job-type"]}}</p> <h2>STDOUT</h2> <pre>{{job["stdout"]}}</pre> @@ -21,6 +21,4 @@ <h2>STDERR</h2> <pre>{{job["stderr"]}}</pre> -<hr /> -<p>The Job: {{job["metadata"]}}</p> {%endblock%} |