Skip to content

Commit 358a33b

Browse files
ajbozarthsarutak
authored andcommitted
[SPARK-12859][STREAMING][WEB UI] Names of input streams with receivers 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 #10873 from ajbozarth/spark12859.
1 parent 1c690dd commit 358a33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ private[ui] class StreamingPage(parent: StreamingTab)
466466
<tr>
467467
<td rowspan="2" style="vertical-align: middle; width: 151px;">
468468
<div style="width: 151px;">
469-
<div><strong>{receiverName}</strong></div>
469+
<div style="word-wrap: break-word;"><strong>{receiverName}</strong></div>
470470
<div>Avg: {receivedRecords.formattedAvg} events/sec</div>
471471
</div>
472472
</td>

0 commit comments

Comments
 (0)