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

Removed master URL from job UI, reduced heading size of basic spark pages

parent e87de037
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,6 @@ private[spark] object UIUtils {
</ul>
<ul id="infolist">
<li>Application: <strong>{sc.appName}</strong></li>
<li>Master: <strong>{sc.master}</strong></li>
<li>Executors: <strong>{sc.getExecutorStorageStatus.size}</strong></li>
</ul>
</div>
......@@ -117,9 +116,9 @@ private[spark] object UIUtils {
<img src="/static/spark_logo.png" />
</div>
<div class="span10">
<h1 style="vertical-align: bottom; margin-top: 40px; display: inline-block;">
<h2 style="vertical-align: bottom; margin-top: 40px; display: inline-block;">
{title}
</h1>
</h2>
</div>
</div>
{content}
......
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