diff --git a/public/js/tpl/servers/list_item.html b/public/js/tpl/servers/list_item.html index 3e12722..967745e 100644 --- a/public/js/tpl/servers/list_item.html +++ b/public/js/tpl/servers/list_item.html @@ -1,6 +1,10 @@ <% if (typeof(pid) != "undefined" && pid) { %> - Online + <% if (state) { %> + Online + <% } else { %> + Launching + <% } %> <% } else { %> Offline <% } %>