Skip to content

Commit

Permalink
Minor format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuol committed Jan 7, 2016
1 parent f1f8feb commit 2abe73c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Expand Up @@ -108,7 +108,7 @@ private[history] class HistoryPage(parent: HistoryServer) extends WebUIPage("")
}
}
</a>
</div>
</div>
<script src={UIUtils.prependBaseUri("/static/historypage.js")}> </script>

</div>
Expand Down
6 changes: 4 additions & 2 deletions core/src/main/scala/org/apache/spark/ui/UIUtils.scala
Expand Up @@ -156,8 +156,10 @@ private[spark] object UIUtils extends Logging {
def commonHeaderNodes: Seq[Node] = {
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href={prependBaseUri("/static/bootstrap.min.css")} type="text/css"/>
<link rel="stylesheet" href={prependBaseUri("/static/jquery.dataTables.1.10.4.min.css")} type="text/css"/>
<link rel="stylesheet" href={prependBaseUri("/static/dataTables.bootstrap.css")} type="text/css"/>
<link rel="stylesheet"
href={prependBaseUri("/static/jquery.dataTables.1.10.4.min.css")} type="text/css"/>
<link rel="stylesheet"
href={prependBaseUri("/static/dataTables.bootstrap.css")} type="text/css"/>
<link rel="stylesheet" href={prependBaseUri("/static/jsonFormatter.min.css")} type="text/css"/>
<link rel="stylesheet" href={prependBaseUri("/static/vis.min.css")} type="text/css"/>
<link rel="stylesheet" href={prependBaseUri("/static/webui.css")} type="text/css"/>
Expand Down

0 comments on commit 2abe73c

Please sign in to comment.