about summary refs log tree commit diff
path: root/uploader/templates/background-jobs/job-summary.html
AgeCommit message (Collapse)Author
6 daysMake "Background jobs" feature available.Frederick Muriuki Muriithi
10 daysProvide 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.
10 daysExtract common UI elements to a macro.Frederick Muriuki Muriithi
10 daysDelete a job.Frederick Muriuki Muriithi
Activate the UI element allowing the user to delete a chosen job.
10 daysAdd inactive "action buttons" to UI.Frederick Muriuki Muriithi
Add action buttons as signifiers for possible actions. Currently the buttons are inactive.
10 daysRework summary tableFrederick Muriuki Muriithi
Move table headers to beginning of row to acquire more space for rendering information.
10 daysView a job's details/summary.Frederick Muriuki Muriithi