Show port in server list

This commit is contained in:
Björn Dahlgren 2015-01-17 03:42:40 +01:00
parent dce30cfb24
commit 0909ccce74
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,8 @@
<thead> <thead>
<tr> <tr>
<th>Status</th> <th>Status</th>
<th>Name</th> <th>Port</th>
<th>Title</th>
<th></th> <th></th>
</tr> </tr>
</thead> </thead>

View File

@ -9,6 +9,7 @@
<span class="label label-default">Offline</span> <span class="label label-default">Offline</span>
<% } %> <% } %>
</td> </td>
<td><%-port%></td>
<td style="width: 100%;"> <td style="width: 100%;">
<a href='#servers/<%-id%>'><%-title%></a> <a href='#servers/<%-id%>'><%-title%></a>
</td> </td>