-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-29504][WEBUI] Toggle full job description on click #26336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SPARK-29504][WEBUI] Toggle full job description on click #26336
Conversation
On clicking job description in jobs page, the description was not shown fully. Add the function for the click event on description. when there is a long description of a job, it cannot be seen fully in the UI. The feature was added in apache#24145 But it is missed after apache#25374 Before change:  After change: on Double click over decription  No Manually test Closes apache#26222 from PavithraRamachandran/jobs_description_tooltip. Authored-by: Pavithra Ramachandran <pavi.rams@gmail.com> Signed-off-by: Gengliang Wang <gengliang.wang@databricks.com>
|
@gengliangwang i have raised for 2.4 branch. Could you verify? |
| collapseTablePageLoad('collapse-aggregated-rdds','aggregated-rdds'); | ||
| collapseTablePageLoad('collapse-aggregated-activeBatches','aggregated-activeBatches'); | ||
| collapseTablePageLoad('collapse-aggregated-completedBatches','aggregated-completedBatches'); | ||
| }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: add a blank line here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added the blank space as per the review comment. Could you verify
|
ok to test. |
|
Test build #113041 has finished for PR 26336 at commit
|
|
Test build #113119 has finished for PR 26336 at commit
|
On clicking job description in jobs page, the description was not shown fully.
Add the function for the click event on description.
when there is a long description of a job, it cannot be seen fully in the UI.
The feature was added in #24145
But it is missed after #25374
Before change:


After change: on Double click over decription
No
Manually test