Browse Source

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

Vinayakumar B 9 năm trước cách đây
mục cha
commit
2dab64da2f

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html

@@ -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>