Skip to content
Snippets Groups Projects
Commit e3d3e6f0 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #702 from karenfeng/ui-fixes

Adds app name in HTML page titles on job web UI
parents 4698a0d6 b2aaa119
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