Show pipeline created time in pipeline header
All threads resolved!
All threads resolved!
Compare changes
Files
7@@ -14,11 +14,6 @@ export default {
@@ -50,13 +45,7 @@ export default {
With the new pipeline header we were only showing pipeline finished time. We got some feedback that the "triggered" time (createdAt) was useful for long running pipelines. This MR adds back the created at time ago for the pipeline as well as keeps the finished time of the pipeline.
I have also added the strings created
and finished
to differentiate these two times since they could get easily confused.
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
![]() |
![]() |
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #416136 (closed)