Skip to content

Commit 4f47b7c

Browse files
committed
Use the correct base path in mesos driver page.
1 parent 5cd6a63 commit 4f47b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/mesos/ui/DriverPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ private[ui] class DriverPage(parent: MesosClusterUI) extends WebUIPage("driver")
6868
retryHeaders, retryRow, Iterable.apply(driverState.description.retryState))
6969
val content =
7070
<p>Driver state information for driver id {driverId}</p>
71-
<a href="/">Back to Drivers</a>
71+
<a href={UIUtils.prependBaseUri("/")}>Back to Drivers</a>
7272
<div class="row-fluid">
7373
<div class="span12">
7474
<h4>Driver state: {driverState.state}</h4>

0 commit comments

Comments
 (0)