Skip to content

Commit

Permalink
fix minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
lianhuiwang committed Dec 2, 2015
1 parent 7b244ff commit b106cfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private[ui] class ExecutorsPage(
}
}
{
if (isShowThreadDump) {
if (shouldShowThreadDump) {
val encodedId = URLEncoder.encode(info.id, "UTF-8")
<td>
<a href={s"threadDump/?executorId=${encodedId}"}>Thread Dump</a>
Expand Down

0 comments on commit b106cfe

Please sign in to comment.