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 <ajbozart@us.ibm.com>

Closes #10873 from ajbozarth/spark12859.

(cherry picked from commit 358a33b)
Signed-off-by: Kousuke Saruta <sarutak@oss.nttdata.co.jp>
  • Loading branch information
ajbozarth authored and sarutak committed Jan 23, 2016
1 parent b5d7dbe commit dca238a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,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 dca238a

Please sign in to comment.