arma-server-web-admin/public/js/tpl/servers/info.html

8 lines
221 B
HTML
Raw Normal View History

2014-04-06 22:58:17 +00:00
<% 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>
<% } %>