Skip to content

Commit dd87480

Browse files
committed
Made header Spark log image as a link to History Server's top page.
1 parent 69c3f44 commit dd87480

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,10 @@ private[spark] object UIUtils extends Logging {
216216
<div class="row-fluid">
217217
<div class="span12">
218218
<h3 style="vertical-align: middle; display: inline-block;">
219-
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")}
220-
style="margin-right: 15px;" />
219+
<a style="text-decoration: none" href ={prependBaseUri("/")}>
220+
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")}
221+
style="margin-right: 15px;" />
222+
</a>
221223
{title}
222224
</h3>
223225
</div>

0 commit comments

Comments
 (0)