You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ta...@apache.org on 2019/10/04 07:49:39 UTC

[hadoop] branch branch-3.2 updated: HDFS-14879. Header was wrong in Snapshot web UI. Contributed by hemanthboyina

This is an automated email from the ASF dual-hosted git repository.

tasanuma pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 732a68c  HDFS-14879. Header was wrong in Snapshot web UI. Contributed by hemanthboyina
732a68c is described below

commit 732a68cfb4785bf6e3cf04be784d60e172e3fbbb
Author: Takanobu Asanuma <ta...@apache.org>
AuthorDate: Fri Oct 4 16:47:06 2019 +0900

    HDFS-14879. Header was wrong in Snapshot web UI. Contributed by hemanthboyina
    
    (cherry picked from commit b23bdaf085dbc561c785cef1613bacaf6735d909)
---
 hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 eeceb05..2350b5e 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
@@ -273,7 +273,7 @@
 </table>
 </small>
 
-<div class="page-header"><h1><small>Snapshotted directories: {@size key=Snapshots}{/size}</small></div>
+<div class="page-header"><h1><small>Snapshots: {@size key=Snapshots}{/size}</small></div>
 
 <small>
 <table class="table">


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