Repository: hadoop
Updated Branches:
  refs/heads/branch-2.8 df45535ab -> d86e38cec


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/d86e38ce
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d86e38ce
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d86e38ce

Branch: refs/heads/branch-2.8
Commit: d86e38cec0d046d7b1f8a146aa276a286dbe0061
Parents: df45535
Author: Kihwal Lee <kih...@apache.org>
Authored: Thu May 17 09:33:10 2018 -0500
Committer: Kihwal Lee <kih...@apache.org>
Committed: Thu May 17 09:33:10 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/d86e38ce/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 22a2733..f7f5ab1 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