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

(cherry picked from commit 2dab64da2f)
This commit is contained in:
Vinayakumar B 2016-05-25 12:34:52 +05:30
parent b9567b89b9
commit e28a51e988
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>