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

Merge pull request #703 from karenfeng/ui-802

Link to job UI from standalone deploy cluster web UI
parents e3d3e6f0 6dc7c9bf
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,9 @@ private[spark] class IndexPage(parent: MasterWebUI) {
<td>
<a href={"app?appId=" + app.id}>{app.id}</a>
</td>
<td>{app.desc.name}</td>
<td>
<a href={app.appUiUrl}>{app.desc.name}</a>
</td>
<td>
{app.coresGranted}
</td>
......
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