aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/twirl/masterui/worker_row.scala.html
diff options
context:
space:
mode:
authorDenny <dennybritz@gmail.com>2012-08-01 19:29:50 -0700
committerDenny <dennybritz@gmail.com>2012-08-01 19:47:57 -0700
commit6c670c37dd5baf7d1f15a979d242516d1915630b (patch)
tree6c2e2dedd2b020fd0b56e302b86689230dca2ebd /core/src/main/twirl/masterui/worker_row.scala.html
parent1b29e90a7914155565d09e6c3477ad265969df00 (diff)
downloadspark-6c670c37dd5baf7d1f15a979d242516d1915630b.tar.gz
spark-6c670c37dd5baf7d1f15a979d242516d1915630b.tar.bz2
spark-6c670c37dd5baf7d1f15a979d242516d1915630b.zip
Webui improvements.
Diffstat (limited to 'core/src/main/twirl/masterui/worker_row.scala.html')
-rw-r--r--core/src/main/twirl/masterui/worker_row.scala.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/main/twirl/masterui/worker_row.scala.html b/core/src/main/twirl/masterui/worker_row.scala.html
index 6c8aaaae60..b21bd9c977 100644
--- a/core/src/main/twirl/masterui/worker_row.scala.html
+++ b/core/src/main/twirl/masterui/worker_row.scala.html
@@ -4,8 +4,7 @@
<td>
<a href="http://@worker.host:@worker.webUiPort">@worker.id</href>
</td>
- <td>@worker.host</td>
- <td>@worker.port</td>
+ <td>@worker.host:@worker.port</td>
<td>@worker.cores (@worker.coresUsed Used)</td>
<td>@worker.memory (@worker.memoryUsed Used)</td>
</tr> \ No newline at end of file