瀏覽代碼

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

Kihwal Lee 7 年之前
父節點
當前提交
0ce6290de6
共有 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>