Skip to content

Commit 15ddbef

Browse files
nevillelyhpwendell
authored andcommitted
[SPARK-2067] use relative path for Spark logo in UI
Author: Neville Li <[email protected]> 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
1 parent 219dc00 commit 15ddbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/ui/UIUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private[spark] object UIUtils extends Logging {
168168
<body>
169169
<div class="navbar navbar-static-top">
170170
<div class="navbar-inner">
171-
<a href="/" class="brand">
171+
<a href={prependBaseUri("/")} class="brand">
172172
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")} />
173173
</a>
174174
<ul class="nav">{header}</ul>

0 commit comments

Comments
 (0)