HBASE-8203 master ui should display region servers with host, port plus startcode

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1546767 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rajeshbabu 2013-11-30 20:06:09 +00:00
parent 26b32fa593
commit 5d348605a2
1 changed files with 2 additions and 2 deletions

View File

@ -289,9 +289,9 @@ if (sl.getTotalCompactingKVs() > 0) {
</%java>
<%if (infoPort > 0) %>
<a href="<% url %>"><% serverName.getHostname() %></a>
<a href="<% url %>"><% serverName.getServerName() %></a>
<%else>
<% serverName.getHostname() %>
<% serverName.getServerName() %>
</%if>
</%def>