Skip to content

Commit

Permalink
[SPARK-12859][STREAMING][WEB UI] Names of input streams with receiver…
Browse files Browse the repository at this point in the history
…s don't fit in Streaming page

Added CSS style to force names of input streams with receivers to wrap

Author: Alex Bozarth <[email protected]>

Closes apache#10873 from ajbozarth/spark12859.
  • Loading branch information
ajbozarth authored and sarutak committed Jan 23, 2016
1 parent 1c690dd commit 358a33b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ private[ui] class StreamingPage(parent: StreamingTab)
<tr>
<td rowspan="2" style="vertical-align: middle; width: 151px;">
<div style="width: 151px;">
<div><strong>{receiverName}</strong></div>
<div style="word-wrap: break-word;"><strong>{receiverName}</strong></div>
<div>Avg: {receivedRecords.formattedAvg} events/sec</div>
</div>
</td>
Expand Down

0 comments on commit 358a33b

Please sign in to comment.