mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
10 lines
247 B
HTML
10 lines
247 B
HTML
<% if (typeof(pid) != "undefined" && pid) { %>
|
|
Server is running as <%= pid %>
|
|
|
|
<a class="btn btn-primary" href="#" id="stop">Stop</a>
|
|
<% } else { %>
|
|
<a class="btn btn-primary" href="#" id="start">Start</a>
|
|
<% } %>
|
|
|
|
<div id="gamespy"></div>
|