fix format error

This commit is contained in:
Andrew xia 2013-11-11 19:15:45 +08:00
parent 37d2f3749e
commit e13da05424

View file

@ -181,14 +181,14 @@ private[spark] class StagePage(parent: JobProgressUI) {
{if (gcTime > 0) parent.formatDuration(gcTime) else ""}
</td>
{if (shuffleRead) {
<td sorttable_customkey={shuffleReadSortable}>
{shuffleReadReadable}
</td>
<td sorttable_customkey={shuffleReadSortable}>
{shuffleReadReadable}
</td>
}}
{if (shuffleWrite) {
<td sorttable_customkey={shuffleWriteSortable}>
{shuffleWriteReadable}
</td>
<td sorttable_customkey={shuffleWriteSortable}>
{shuffleWriteReadable}
</td>
}}
<td>{exception.map(e =>
<span>