HDFS-10217. show 'blockScheduled' tooltip in datanodes table.
This commit is contained in:
parent
28bd63e92b
commit
2dab64da2f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue