-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
The current layout is using a table to show the progress:
<table tooltip="Started 1 min 38 sec ago<br> Estimated remaining time: 2 min 56 sec" style="cursor:pointer" href="/job/myproject-all-debug/1/console" class="progress-bar " title="Started 1 min 38 sec ago Estimated remaining time: 2 min 56 sec"><tbody><tr><td style="width:35%;" class="progress-bar-done"></td><td style="width:65%" class="progress-bar-left"></td></tr></tbody></table>
The same could also be archived by using CSS
<div ... style="background: linear-gradient(to right, #3465a4 35%, #bababa 35%);"></div>
- is duplicated by
-
JENKINS-69113 [UX] Improve progress bar experience
- Closed