Repository: hadoop
Updated Branches:
  refs/heads/branch-3.1 4222e8f21 -> 4f1ec6a51


HDFS-13581. DN UI logs link is broken when https is enabled. Contributed by 
Shashikant Banerjee.

(cherry picked from commit 0ce6290de6a08beab01cb5184d366d97c9abd811)


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

Branch: refs/heads/branch-3.1
Commit: 4f1ec6a5150d54962130b1a72a64c57653d068c4
Parents: 4222e8f
Author: Kihwal Lee <kih...@apache.org>
Authored: Thu May 17 09:26:13 2018 -0500
Committer: Kihwal Lee <kih...@apache.org>
Committed: Thu May 17 09:26:13 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hadoop/blob/4f1ec6a5/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
index e474ab5..2245e1f 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
@@ -36,7 +36,7 @@
     <li class="dropdown">
       <a href="#" class="dropdown-toggle" data-toggle="dropdown">Utilities <b 
class="caret"></b></a>
       <ul class="dropdown-menu">
-        <li><a href="logs">Logs</a></li>
+        <li><a href="logs/">Logs</a></li>
       </ul>
     </li>
   </ul>


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