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:
parent
26b32fa593
commit
5d348605a2
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue