Commit b7304f2
[SPARK-21060][WEB-UI] Css style about paging function is error in the executor page. Css style about paging function is error in the executor page. It is different of history server ui paging function css style.
## What changes were proposed in this pull request?
Css style about paging function is error in the executor page. It is different of history server ui paging function css style.
**But their style should be consistent**. There are three reasons.
1. The first reason: 'Previous', 'Next' and number should be the button format.
2. The second reason: when you are on the first page, 'Previous' and '1' should be gray and can not be clicked.

3. The third reason: when you are on the last page, 'Previous' and 'Max number' should be gray and can not be clicked.

before fix:

after fix:

The style of history server ui:

## How was this patch tested?
manual tests
Please review http://spark.apache.org/contributing.html before opening a pull request.
Author: guoxiaolong <[email protected]>
Author: 郭小龙 10207633 <[email protected]>
Author: guoxiaolongzte <[email protected]>
Closes #18275 from guoxiaolongzte/SPARK-21060.1 parent 9b2c877 commit b7304f2
File tree
1 file changed
+1
-1
lines changed- core/src/main/scala/org/apache/spark/ui/exec
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments