Commit ef2d63b
[SPARK-27201][WEBUI] Toggle full job description on click
## What changes were proposed in this pull request?
Previously, in #6646 there was an improvement to show full job description after double clicks.
I think this is a bit hard to be noticed by some users. I suggest changing the event to one click.
Also, after the full description is shown, another click should be able to hide the overflow text again.
Before click:

After click:

Click again:

## How was this patch tested?
Manually check.
Closes #24145 from gengliangwang/showDescriptionDetail.
Authored-by: Gengliang Wang <gengliang.wang@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>1 parent 1882912 commit ef2d63b
File tree
1 file changed
+3
-3
lines changed- core/src/main/resources/org/apache/spark/ui/static
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
0 commit comments