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

Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2dab64da
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2dab64da
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2dab64da

Branch: refs/heads/HDFS-1312
Commit: 2dab64da2ff50bbb7937aad2d376eacd4ed320aa
Parents: 28bd63e
Author: Vinayakumar B <vinayakum...@apache.org>
Authored: Wed May 25 12:34:52 2016 +0530
Committer: Vinayakumar B <vinayakum...@apache.org>
Committed: Wed May 25 12:34:52 2016 +0530

----------------------------------------------------------------------
 .../hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/2dab64da/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
index a9c3304..66c0dec 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
+++ b/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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to