diff options
author | Frederick Muriuki Muriithi | 2025-04-25 12:09:23 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-04-25 12:25:38 -0500 |
commit | a962991759349c152cfc03293f5ce413be9be9d2 (patch) | |
tree | b5a425d425933675c8e8d291fed086caed716b77 /uploader/templates | |
parent | c1ef845689ff6bc63ab0606d0e5d11e8d9b1b38a (diff) | |
download | gn-uploader-a962991759349c152cfc03293f5ce413be9be9d2.tar.gz |
Fix display of upload errors for samples
* Update the uri to fit in with existing paradigm
* Pass the species and population to the endpoint
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/samples/upload-failure.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/samples/upload-failure.html b/uploader/templates/samples/upload-failure.html index 458ab55..2cf8053 100644 --- a/uploader/templates/samples/upload-failure.html +++ b/uploader/templates/samples/upload-failure.html @@ -15,7 +15,7 @@ <h3>Debugging Information</h3> <ul> - <li><strong>job id</strong>: {{job.job_id}}</li> + <li><strong>job id</strong>: {{job.jobid}}</li> <li><strong>status</strong>: {{job.status}}</li> <li><strong>job type</strong>: {{job["job-type"]}}</li> </ul> |