Skip to content
Snippets Groups Projects
Commit b2aaa119 authored by Karen Feng's avatar Karen Feng
Browse files

Adds app name in HTML page titles on job web UI: fixes SPARK-806

parent 4698a0d6
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment