-
- Downloads
[SPARK-22173][WEB-UI] Table CSS style needs to be adjusted in History Page and in Executors Page.
## What changes were proposed in this pull request? There is a problem with table CSS style. 1. At present, table CSS style is too crowded, and the table width cannot adapt itself. 2. Table CSS style is different from job page, stage page, task page, master page, worker page, etc. The Spark web UI needs to be consistent. fix before:   ---------------------------------------------------------------------------------------------------------- fix after:   ## 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> Closes #19397 from guoxiaolongzte/SPARK-22173.
Showing
- core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala 2 additions, 2 deletions...n/scala/org/apache/spark/deploy/history/HistoryPage.scala
- core/src/main/scala/org/apache/spark/ui/exec/ExecutorsPage.scala 1 addition, 1 deletion...c/main/scala/org/apache/spark/ui/exec/ExecutorsPage.scala
Please register or sign in to comment