We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd6a63 commit 4f47b7cCopy full SHA for 4f47b7c
core/src/main/scala/org/apache/spark/deploy/mesos/ui/DriverPage.scala
@@ -68,7 +68,7 @@ private[ui] class DriverPage(parent: MesosClusterUI) extends WebUIPage("driver")
68
retryHeaders, retryRow, Iterable.apply(driverState.description.retryState))
69
val content =
70
<p>Driver state information for driver id {driverId}</p>
71
- <a href="/">Back to Drivers</a>
+ <a href={UIUtils.prependBaseUri("/")}>Back to Drivers</a>
72
<div class="row-fluid">
73
<div class="span12">
74
<h4>Driver state: {driverState.state}</h4>
0 commit comments