-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-20005][WEB UI]fix 'There is no "Newline" in UI in describtion'. #17563
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
Conversation
…remove redundant description.
|
Can one of the admins verify this patch? |
|
|
||
| override def tableCssClass: String = | ||
| "table table-bordered table-condensed table-striped " + | ||
| "table table-bordered table-condensed table-striped sortable " + |
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.
It doesn't sound like this just makes it wrap. I'm not sure what the implications are of this?
| <tr> | ||
| <td><code>/applications/[app-id]/stages</code></td> | ||
| <td>A list of all stages for a given application.</td> | ||
| <br><code>?status=[active|complete|pending|failed]</code> list only stages in the state. |
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.
Unrelated?
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.
sorry,this is Unrelated. I merge code is error about docs/monitoring.md.
|
@srowen sorry,this is Unrelated. I merge code is error about docs/monitoring.md. |
|
Ping @guoxiaolongzte to fix or close but i'm not yet clear this does only what you intend. |
|
Does the PR nobody deal with it?@srowen |
|
@guoxiaolongzte I'm not sure what you're asking. It is up to you to fix this pull request, or else close it if you're not going to. |
What changes were proposed in this pull request?
Before I fix this issue, if the describtion is too long, the content is still displayed on a line, causing the cell to be stretched indefinitely. The UI page is very ugly.
Add a css class, if the overdone is too long, I will automatically intercept the string, with '...' to replace, if the user wants to see more detailed in the word, you can double click to describtion, then more lines show the detail of describtion, then the UI page comparison Regular.
Please refer to the attachment of issue 'SPARK-20005',before_fix_jobs.png, before_fix_stages.png and after_fix_jobs.png, after_fix_stages.png.
issue url:https://issues.apache.org/jira/browse/SPARK-20005.
How was this patch tested?
manual tests
Please review http://spark.apache.org/contributing.html before opening a pull request.