Skip to content

Commit

Permalink
[SPARK-2067] use relative path for Spark logo in UI
Browse files Browse the repository at this point in the history
Author: Neville Li <neville@spotify.com>

Closes apache#1006 from nevillelyh/gh/SPARK-2067 and squashes the following commits:

9ee64cf [Neville Li] [SPARK-2067] use relative path for Spark logo in UI
  • Loading branch information
nevillelyh authored and pwendell committed Jun 9, 2014
1 parent 219dc00 commit 15ddbef
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -168,7 +168,7 @@ private[spark] object UIUtils extends Logging {
<body>
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<a href="/" class="brand">
<a href={prependBaseUri("/")} class="brand">
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")} />
</a>
<ul class="nav">{header}</ul>
Expand Down

0 comments on commit 15ddbef

Please sign in to comment.