about summary refs log tree commit diff
path: root/uploader/templates/background-jobs/job-summary.html
AgeCommit message (Collapse)Author
3 daysSet max-width to prevent <pre> from reflowing the page.Frederick Muriuki Muriithi
2026-01-12Make "Background jobs" feature available.Frederick Muriuki Muriithi
2026-01-08Provide UI to "re-launch" stopped jobs.Frederick Muriuki Muriithi
Provide a UI element for future implementation of the feature that will allow a job that has been stopped to be re-run. In reality, the job will not actuall be re-run, rather, a copy of the job will be made, and the copy run instead.
2026-01-08Extract common UI elements to a macro.Frederick Muriuki Muriithi
2026-01-08Delete a job.Frederick Muriuki Muriithi
Activate the UI element allowing the user to delete a chosen job.
2026-01-08Add inactive "action buttons" to UI.Frederick Muriuki Muriithi
Add action buttons as signifiers for possible actions. Currently the buttons are inactive.
2026-01-08Rework summary tableFrederick Muriuki Muriithi
Move table headers to beginning of row to acquire more space for rendering information.
2026-01-08View a job's details/summary.Frederick Muriuki Muriithi