Commit 7ceb072d authored by Thiago Camargo's avatar Thiago Camargo Committed by thiago

[JM-1029] Added Binded IP Information.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8048 b35dd754-fafc-0310-a699-88a17e54d16e
parent 59998a2f
......@@ -276,14 +276,14 @@
<td width="1%">
<%= i %>
</td>
<td width="20%" align="left" valign="middle">
<td width="10%" align="left" valign="middle">
<%=proxySession.getCreator()%>
</td>
<td width="10%" align="left" valign="middle">
<%=proxySession.getLocalPortA()%>
<td width="15%" align="left" valign="middle">
<%=proxySession.getHostA()%>:<%=proxySession.getLocalPortA()%>
</td>
<td width="10%" align="left" valign="middle">
<%=proxySession.getLocalPortB()%>
<td width="15%" align="left" valign="middle">
<%=proxySession.getHostB()%>:<%=proxySession.getLocalPortB()%>
</td>
<td width="10%" align="left" valign="middle">
<%=proxySession.getLocalhost()%>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment