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 @@ - + + diff --git a/public/js/tpl/servers/list_item.html b/public/js/tpl/servers/list_item.html index 111881e..3e12722 100644 --- a/public/js/tpl/servers/list_item.html +++ b/public/js/tpl/servers/list_item.html @@ -1,3 +1,10 @@ +
ServerStatusName
+ <% if (typeof(pid) != "undefined" && pid) { %> + Online + <% } else { %> + Offline + <% } %> + <%-title%>