diff --git a/app/frontend/templates/public/status.html b/app/frontend/templates/public/status.html index a190745a..6e1a2e4d 100644 --- a/app/frontend/templates/public/status.html +++ b/app/frontend/templates/public/status.html @@ -97,6 +97,7 @@ {% end %}
{% for server in data['servers'] %} + {% if server['server_data']['show_status'] %}

@@ -167,6 +168,7 @@

{% end %} + {% end %}