aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorKaren Feng <karenfeng.us@gmail.com>2013-07-15 11:44:42 -0700
committerKaren Feng <karenfeng.us@gmail.com>2013-07-15 11:44:42 -0700
commitb2aaa1199e7ecd8e1b2a9ddd8356b6393edafe6b (patch)
treecaa95ba0e917877fd6a92068453346959953596f /core/src/main
parent4698a0d6886905ef21cbd52e108d0dcab3df12df (diff)
downloadspark-b2aaa1199e7ecd8e1b2a9ddd8356b6393edafe6b.tar.gz
spark-b2aaa1199e7ecd8e1b2a9ddd8356b6393edafe6b.tar.bz2
spark-b2aaa1199e7ecd8e1b2a9ddd8356b6393edafe6b.zip
Adds app name in HTML page titles on job web UI: fixes SPARK-806
Diffstat (limited to 'core/src/main')
-rw-r--r--core/src/main/scala/spark/ui/UIUtils.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/spark/ui/UIUtils.scala b/core/src/main/scala/spark/ui/UIUtils.scala
index 36d9c47245..fa46e2487d 100644
--- a/core/src/main/scala/spark/ui/UIUtils.scala
+++ b/core/src/main/scala/spark/ui/UIUtils.scala
@@ -31,7 +31,7 @@ private[spark] object UIUtils {
<link rel="stylesheet" href="/static/webui.css" type="text/css" />
<link rel="stylesheet" href="/static/bootstrap-responsive.min.css" type="text/css" />
<script src="/static/sorttable.js"></script>
- <title>{title}</title>
+ <title>{sc.appName} - {title}</title>
<style type="text/css">
table.sortable thead {{ cursor: pointer; }}
</style>