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 <guo.xiaolong1@zte.com.cn>
Author: 郭小龙 10207633 <guo.xiaolong1@zte.com.cn>
Author: guoxiaolongzte <guo.xiaolong1@zte.com.cn>
Closes #18275 from guoxiaolongzte/SPARK-21060.1 parent 9b2c877 commit b7304f2
1 file changed
Lines changed: 1 addition & 1 deletion
Lines 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