You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/06/09 08:18:34 UTC

git commit: [SPARK-2067] use relative path for Spark logo in UI

Repository: spark
Updated Branches:
  refs/heads/master 219dc00b3 -> 15ddbef41


[SPARK-2067] use relative path for Spark logo in UI

Author: Neville Li <ne...@spotify.com>

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

9ee64cf [Neville Li] [SPARK-2067] use relative path for Spark logo in UI


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/15ddbef4
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/15ddbef4
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/15ddbef4

Branch: refs/heads/master
Commit: 15ddbef414d5fd6d4672936ba3c747b5fb7ab52b
Parents: 219dc00
Author: Neville Li <ne...@spotify.com>
Authored: Sun Jun 8 23:18:27 2014 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Sun Jun 8 23:18:27 2014 -0700

----------------------------------------------------------------------
 core/src/main/scala/org/apache/spark/ui/UIUtils.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/15ddbef4/core/src/main/scala/org/apache/spark/ui/UIUtils.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/org/apache/spark/ui/UIUtils.scala b/core/src/main/scala/org/apache/spark/ui/UIUtils.scala
index a43314f..1b10425 100644
--- a/core/src/main/scala/org/apache/spark/ui/UIUtils.scala
+++ b/core/src/main/scala/org/apache/spark/ui/UIUtils.scala
@@ -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>