sarutak commented on a change in pull request #25905: [SPARK-29218][WEBUI]
Widths of checkboxes in StagePage are too narrow.
URL: https://github.com/apache/spark/pull/25905#discussion_r327394112
##########
File path: core/src/main/resources/org/apache/spark/ui/static/stagepage.js
##########
@@ -286,7 +286,7 @@ $(document).ready(function () {
" Show Additional Metrics" +
"</a></div>" +
"<div class='container-fluid container-fluid-div' id='toggle-metrics'
hidden>" +
- "<div><input type='checkbox' class='toggle-vis' id='box-0'
data-column='0'> Select All</div>" +
+ "<div id='select_all' class='select-all-checkbox-div'><input
type='checkbox' class='toggle-vis' id='box-0' data-column='0'> Select
All</div>" +
Review comment:
`class` is to specify a width of `Select All` checkbox.
`id` is not used currently but I put it just in case as well as any other
checkbox.
----------------------------------------------------------------
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]