HDFS-10217. show 'blockScheduled' tooltip in datanodes table.

This commit is contained in:
Vinayakumar B 2016-05-25 12:34:52 +05:30
parent 28bd63e92b
commit 2dab64da2f
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@
</div>
</div>
</td>
<td>{numBlocks}</td>
<td title="Blocks Scheduled : {blockScheduled}">{numBlocks}</td>
<td ng-value="{blockPoolUsedPercent}">{blockPoolUsed|fmt_bytes} ({blockPoolUsedPercent|fmt_percentage})</td>
<td>{version}</td>
</tr>