Skip to content

Commit

Permalink
More minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Apr 11, 2014
1 parent 34bb364 commit f4f4cbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/ui/UIUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private[spark] object UIUtils extends Logging {
<!--
function timedRefresh(timeoutPeriod) {
if (timeoutPeriod > 0) {
setTimeout("location.reload(true);",timeoutPeriod);
setTimeout("location.reload(true);", timeoutPeriod);
}
}
// -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ private[ui] class StreamingPage(parent: StreamingTab)
/** Render the page */
def render(request: HttpServletRequest): Seq[Node] = {
val content =
generateBasicStats() ++
<br></br><h4>Statistics over last {listener.retainedCompletedBatches.size} processed batches</h4> ++
generateBasicStats() ++ <br></br> ++
<h4>Statistics over last {listener.retainedCompletedBatches.size} processed batches</h4> ++
generateNetworkStatsTable() ++
generateBatchStatsTable()
UIUtils.headerSparkPage(
Expand Down

0 comments on commit f4f4cbe

Please sign in to comment.