-
- Downloads
[SPARK-20942][WEB-UI] The title style about field is error in the history server web ui.
## What changes were proposed in this pull request? 1.The title style about field is error. fix before:  fix after:   executor-page style:  2.Title text description, 'the application' should be changed to 'this application'. 3.Analysis of code: $('#history-summary [data-toggle="tooltip"]').tooltip(); The id of 'history-summary' is not there. We only contain id of 'history-summary-table'. ## How was this patch tested? manual tests Please review http://spark.apache.org/contributing.html before opening a pull request. Author: guoxiaolong <guo.xiaolong1@zte.com.cn> Author: 郭小龙 10207633 <guo.xiaolong1@zte.com.cn> Author: guoxiaolongzte <guo.xiaolong1@zte.com.cn> Closes #18170 from guoxiaolongzte/SPARK-20942.
Showing
- core/src/main/resources/org/apache/spark/ui/static/historypage-template.html 9 additions, 9 deletions...rces/org/apache/spark/ui/static/historypage-template.html
- core/src/main/resources/org/apache/spark/ui/static/historypage.js 1 addition, 1 deletion.../main/resources/org/apache/spark/ui/static/historypage.js
Please register or sign in to comment