From 2cef904ae00a70469e42fcd4e475d2c5f1526aa1 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 8 Jan 2026 11:03:54 -0600 Subject: Rework summary table Move table headers to beginning of row to acquire more space for rendering information. --- uploader/templates/background-jobs/job-summary.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'uploader') diff --git a/uploader/templates/background-jobs/job-summary.html b/uploader/templates/background-jobs/job-summary.html index fef89f2..8537856 100644 --- a/uploader/templates/background-jobs/job-summary.html +++ b/uploader/templates/background-jobs/job-summary.html @@ -22,17 +22,27 @@ - - - - - + + + + + + + + + + + + + + + -- cgit 1.4.1
Job IDTypeStatus
Job ID {{job.job_id}}
Type {{job.metadata["job-type"]}}
Created{{display_datetime(job.created)}}
Expires{{display_datetime(job.expires)}}
Status {{job.metadata.status}}