gengliangwang commented on a change in pull request #27370: [SPARK-30654] 
Bootstrap4 WebUI upgrade
URL: https://github.com/apache/spark/pull/27370#discussion_r385973269
 
 

 ##########
 File path: core/src/main/resources/org/apache/spark/ui/static/executorspage.js
 ##########
 @@ -562,10 +562,10 @@ $(document).ready(function () {
 
                 $("#showAdditionalMetrics").append(
                     "<div><a id='additionalMetrics'>" +
-                    "<span class='expand-input-rate-arrow arrow-closed' 
id='arrowtoggle-optional-metrics'></span>" +
+                    "<span class='expand-input-rate-arrow arrow-closed' 
id='arrowtoggle-optional-metrics'></span> " +
                     "Show Additional Metrics" +
                     "</a></div>" +
-                    "<div class='container-fluid container-fluid-div' 
id='toggle-metrics' hidden>" +
+                    "<div class='container-fluid-div ml-4 d-none' 
id='toggle-metrics'>" +
 
 Review comment:
   why do we need `ml-4 d-none`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to