Skip to content

Commit 0ce6290

Browse files
committed
HDFS-13581. DN UI logs link is broken when https is enabled. Contributed by Shashikant Banerjee.
1 parent c95795c commit 0ce6290

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<li class="dropdown">
3737
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Utilities <b class="caret"></b></a>
3838
<ul class="dropdown-menu">
39-
<li><a href="logs">Logs</a></li>
39+
<li><a href="logs/">Logs</a></li>
4040
</ul>
4141
</li>
4242
</ul>

0 commit comments

Comments
 (0)