Skip to content
Snippets Groups Projects
Commit bfbf12b3 authored by Timothy Chen's avatar Timothy Chen Committed by Andrew Or
Browse files

[SPARK-8083] [MESOS] Use the correct base path in mesos driver page.

Author: Timothy Chen <tnachen@gmail.com>

Closes #6615 from tnachen/mesos_driver_path and squashes the following commits:

4f47b7c [Timothy Chen] Use the correct base path in mesos driver page.
parent c6a6dd0d
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ private[ui] class DriverPage(parent: MesosClusterUI) extends WebUIPage("driver") ...@@ -68,7 +68,7 @@ private[ui] class DriverPage(parent: MesosClusterUI) extends WebUIPage("driver")
retryHeaders, retryRow, Iterable.apply(driverState.description.retryState)) retryHeaders, retryRow, Iterable.apply(driverState.description.retryState))
val content = val content =
<p>Driver state information for driver id {driverId}</p> <p>Driver state information for driver id {driverId}</p>
<a href="/">Back to Drivers</a> <a href={UIUtils.prependBaseUri("/")}>Back to Drivers</a>
<div class="row-fluid"> <div class="row-fluid">
<div class="span12"> <div class="span12">
<h4>Driver state: {driverState.state}</h4> <h4>Driver state: {driverState.state}</h4>
......
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