소스 검색

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

(cherry picked from commit 0ce6290de6a08beab01cb5184d366d97c9abd811)
Kihwal Lee 7 년 전
부모
커밋
4f1ec6a515
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html

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