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>
|
<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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user