Skip to content

Commit

Permalink
show address in /admin
Browse files Browse the repository at this point in the history
  • Loading branch information
motemen committed Oct 10, 2012
1 parent 44456b4 commit 7acdac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/admin.ejs
Expand Up @@ -48,6 +48,7 @@
<th><!-- master --></th>
<th>ID</th>
<th>state</th>
<th>address</th>
</thead>
<tbody>
<% for (var id in manager.clients) { %>
Expand All @@ -56,6 +57,7 @@
<td><% if (manager.isClientPrimary(client.socket)) { %>&#x2654;<% } %></td>
<td><%= id %></td>
<td><%= client.state %></td>
<td><%= client.socket.handshake.address.address %></td>
</tr>
<% } %>
</tbody>
Expand Down

0 comments on commit 7acdac4

Please sign in to comment.