mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Show launching state in servers list
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
<td>
|
||||
<% if (typeof(pid) != "undefined" && pid) { %>
|
||||
<span class="label label-success">Online</span>
|
||||
<% if (state) { %>
|
||||
<span class="label label-success">Online</span>
|
||||
<% } else { %>
|
||||
<span class="label label-info">Launching</span>
|
||||
<% } %>
|
||||
<% } else { %>
|
||||
<span class="label label-default">Offline</span>
|
||||
<% } %>
|
||||
|
Reference in New Issue
Block a user