attilapiros commented on a change in pull request #28094:
URL: https://github.com/apache/spark/pull/28094#discussion_r417357140
##########
File path: core/src/main/resources/org/apache/spark/ui/static/executorspage.js
##########
@@ -570,6 +572,7 @@ $(document).ready(function () {
"<div id='on_heap_memory'
class='on-heap-memory-checkbox-div'><input type='checkbox' class='toggle-vis'
data-sum-col-idx='3' data-exec-col-idx='5'>On Heap Memory</div>" +
"<div id='off_heap_memory'
class='off-heap-memory-checkbox-div'><input type='checkbox' class='toggle-vis'
data-sum-col-idx='4' data-exec-col-idx='6'>Off Heap Memory</div>" +
"<div id='extra_resources'
class='resources-checkbox-div'><input type='checkbox' class='toggle-vis'
data-sum-col-idx='' data-exec-col-idx='9'>Resources</div>" +
+ "<div id='resource_prof_id'
class='resource-prof-id-checkbox-div'><input type='checkbox' class='toggle-vis'
data-sum-col-idx='' data-exec-col-idx='10'>Resource Prodile Id</div>" +
Review comment:
Typo: "Resource Prodile Id" => "Resource Profile Id"
Interesting: all the outer HTML DIVs has different `class` attributes and
none is used in our CSS but I assume this is extension point for some possible
styling outside of Spark.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]