mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Show port in server list
This commit is contained in:
parent
dce30cfb24
commit
0909ccce74
@ -2,7 +2,8 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Status</th>
|
||||
<th>Name</th>
|
||||
<th>Port</th>
|
||||
<th>Title</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -9,6 +9,7 @@
|
||||
<span class="label label-default">Offline</span>
|
||||
<% } %>
|
||||
</td>
|
||||
<td><%-port%></td>
|
||||
<td style="width: 100%;">
|
||||
<a href='#servers/<%-id%>'><%-title%></a>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user