Repository: hadoop
Updated Branches:
  refs/heads/trunk c95795cd8 -> 0ce6290de


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


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

Branch: refs/heads/trunk
Commit: 0ce6290de6a08beab01cb5184d366d97c9abd811
Parents: c95795c
Author: Kihwal Lee <kih...@apache.org>
Authored: Thu May 17 09:23:24 2018 -0500
Committer: Kihwal Lee <kih...@apache.org>
Committed: Thu May 17 09:23:24 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/0ce6290d/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 2856265..ed8f8fc 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