From 319361bd3a15a566d1fd93eca3f39a6082c552f9 Mon Sep 17 00:00:00 2001 From: Silversthorn Date: Fri, 4 Mar 2022 21:30:45 +0000 Subject: [PATCH] Fixing Icon error on GET --- app/frontend/templates/public/status.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 %}