yaooqinn commented on code in PR #53127:
URL: https://github.com/apache/spark/pull/53127#discussion_r2541067984


##########
core/src/main/scala/org/apache/spark/ui/UIUtils.scala:
##########
@@ -461,17 +461,19 @@ private[spark] object UIUtils extends Logging {
       if (skipped > 0) s" ($skipped skipped)" else ""
     } + killTaskReasonText
 
+    // scalastyle:off line.size.limit
     <div class="progress">
-      <span style="text-align:center; position:absolute; width:100%;" 
title={progressTitle}>
-        {completed}/{total}
-        { if (failed == 0 && skipped == 0 && started > 0) s"($started 
running)" }
-        { if (failed > 0) s"($failed failed)" }
-        { if (skipped > 0) s"($skipped skipped)" }
-        { killTaskReasonText }
+      <span style="text-align:center; position:absolute; width:100%; 
height:100%; align-content: center" title={progressTitle}>

Review Comment:
   Changes here make sure the progress bar stays aligned
   <img width="636" height="260" alt="Image" 
src="https://github.com/user-attachments/assets/1bf50a28-f9db-4b8e-adf6-8cfc6fd17de8";
 />



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to