aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/twirl
diff options
context:
space:
mode:
authorImran Rashid <imran@quantifind.com>2013-05-05 12:19:11 -0700
committerImran Rashid <imran@quantifind.com>2013-05-05 12:19:11 -0700
commit22a5063ae45300cdd759f51877dac850008e16ee (patch)
treecedd48b5c56716d1e3f21c9b24ccb27fad9f70db /core/src/main/twirl
parent6fae936088d2a50606ba5082cee4a3c3a98a2b01 (diff)
downloadspark-22a5063ae45300cdd759f51877dac850008e16ee.tar.gz
spark-22a5063ae45300cdd759f51877dac850008e16ee.tar.bz2
spark-22a5063ae45300cdd759f51877dac850008e16ee.zip
switch from separating appUI host & port to combining into just appUiUrl
Diffstat (limited to 'core/src/main/twirl')
-rw-r--r--core/src/main/twirl/spark/deploy/master/app_details.scala.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/twirl/spark/deploy/master/app_details.scala.html b/core/src/main/twirl/spark/deploy/master/app_details.scala.html
index 02086b476f..15eabc9834 100644
--- a/core/src/main/twirl/spark/deploy/master/app_details.scala.html
+++ b/core/src/main/twirl/spark/deploy/master/app_details.scala.html
@@ -22,7 +22,7 @@
<li><strong>Memory per Slave:</strong> @app.desc.memoryPerSlave</li>
<li><strong>Submit Date:</strong> @app.submitDate</li>
<li><strong>State:</strong> @app.state</li>
- <li><strong><a href="@app.appUIAddress">Application Detail UI</a></strong></li>
+ <li><strong><a href="@app.appUiUrl">Application Detail UI</a></strong></li>
</ul>
</div>
</div>