diff --git a/app/frontend/templates/public/status.html b/app/frontend/templates/public/status.html index 8170f26a..2fc04e4c 100644 --- a/app/frontend/templates/public/status.html +++ b/app/frontend/templates/public/status.html @@ -34,11 +34,7 @@ {% if server['stats']['desc'] != 'False' %} - {% if server['raw_ping_result']['icon'] %} - icon - {% else %} - icon - {% end %} + icon {{ server['stats']['desc'] }}
{% end %} @@ -158,4 +154,4 @@ }()); -{% end %} \ No newline at end of file +{% end %}