Skip to content

Commit

Permalink
Fix to Stage UI to display numbers on progress bar
Browse files Browse the repository at this point in the history
Fixes an issue on Stage UI to display numbers on progress bar which are today hidden behind the progress bar div.
  • Loading branch information
emtiazahmed committed Mar 21, 2014
1 parent 2c0aa22 commit a7964fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private[ui] class StageTable(stages: Seq[StageInfo], parent: JobProgressUI) {
val startWidth = "width: %s%%".format((started.toDouble/total)*100)

<div class="progress">
<span style="text-align:center; position:absolute; width:100%;">
<span style="text-align:center; position:absolute; width:100%; left:0;">
{completed}/{total} {failed}
</span>
<div class="bar bar-completed" style={completeWidth}></div>
Expand Down

0 comments on commit a7964fe

Please sign in to comment.