diff --git a/public/js/tpl/servers/list.html b/public/js/tpl/servers/list.html index e360c3a..b931943 100644 --- a/public/js/tpl/servers/list.html +++ b/public/js/tpl/servers/list.html @@ -1,7 +1,8 @@
Server | +Status | +Name | + <% if (typeof(pid) != "undefined" && pid) { %> + Online + <% } else { %> + Offline + <% } %> + | <%-title%> |
---|