File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
streaming/src/main/scala/org/apache/spark/streaming/ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments