Skip to content

Commit

Permalink
Made header Spark log image as a link to History Server's top page.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Oct 7, 2014
1 parent 69c3f44 commit dd87480
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/src/main/scala/org/apache/spark/ui/UIUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,10 @@ private[spark] object UIUtils extends Logging {
<div class="row-fluid">
<div class="span12">
<h3 style="vertical-align: middle; display: inline-block;">
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")}
style="margin-right: 15px;" />
<a style="text-decoration: none" href ={prependBaseUri("/")}>
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")}
style="margin-right: 15px;" />
</a>
{title}
</h3>
</div>
Expand Down

0 comments on commit dd87480

Please sign in to comment.