Skip to content

Commit 2631a03

Browse files
binlijinmeiyi
authored andcommitted
Backport "HBASE-23660 hbase:meta's table.jsp ref to wrong rs address" to branch-2 (apache#1005)
1 parent 11b18bc commit 2631a03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • hbase-server/src/main/resources/hbase-webapps/master

hbase-server/src/main/resources/hbase-webapps/master/table.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
%>
271271
<tr>
272272
<td><%= escapeXml(meta.getRegionNameAsString()) %></td>
273-
<td><a href="http://<%= hostAndPort %>/rs-status/"><%= StringEscapeUtils.escapeHtml4(hostAndPort) %></a></td>
273+
<td><a href="http://<%= hostAndPort %>/rs-status"><%= StringEscapeUtils.escapeHtml4(hostAndPort) %></a></td>
274274
<td><%= readReq%></td>
275275
<td><%= writeReq%></td>
276276
<td><%= fileSize%></td>
@@ -335,7 +335,7 @@
335335
%>
336336
<tr>
337337
<td><%= escapeXml(meta.getRegionNameAsString()) %></td>
338-
<td><a href="http://<%= hostAndPort %>/rs-status/"><%= StringEscapeUtils.escapeHtml4(hostAndPort) %></a></td>
338+
<td><a href="http://<%= hostAndPort %>/rs-status"><%= StringEscapeUtils.escapeHtml4(hostAndPort) %></a></td>
339339
<td><%= String.format("%,1d", compactingCells)%></td>
340340
<td><%= String.format("%,1d", compactedCells)%></td>
341341
<td><%= String.format("%,1d", compactingCells - compactedCells)%></td>

0 commit comments

Comments
 (0)