Skip to content

Commit b63695f

Browse files
committed
adjusted inner histograms
1 parent eb610ee commit b63695f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ private[ui] class StreamingPage(parent: StreamingTab)
310310
<tr>
311311
<th style="width: 160px;"></th>
312312
<th style="width: 492px;">Timelines (Last {batchTimes.length} batches, {numActiveBatches} active, {numCompletedBatches} completed)</th>
313-
<th style="width: 300px;">Histograms</th></tr>
313+
<th style="width: 350px;">Histograms</th></tr>
314314
</thead>
315315
<tbody>
316316
<tr>
@@ -456,7 +456,7 @@ private[ui] class StreamingPage(parent: StreamingTab)
456456
<td>{receiverActive}</td>
457457
<td>{receiverLocation}</td>
458458
<td>{receiverLastErrorTime}</td>
459-
<td><div style="width: 292px;">{receiverLastError}</div></td>
459+
<td><div style="width: 342px;">{receiverLastError}</div></td>
460460
</tr>
461461
<tr>
462462
<td colspan="3" class="timeline">

0 commit comments

Comments
 (0)