Change job duration label to 'Elapsed time' when in progress
requested to merge KevSlashNull/gitlab:327633-Time-label-is-misleading-on-the-job-details-page into master
What does this MR do and why?
This MR changes the job duration label to Elapsed time when the job is in progress (on the job details page).
I’m not sure if changing the label depending on whether the job is running or not but I like the Elapsed time label.
Screenshots or screen recordings
How to set up and validate locally
- Go to a project
- Start a pipline
- Go to a running job
- See the Elapsed time: time row
- Wait until the job finishes (or go to a finished job)
- See the Duration: time row
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #327633 (closed)
Edited by Kev