diff --git a/app/frontend/templates/public/status.html b/app/frontend/templates/public/status.html index 3f145862..74cd5ac5 100644 --- a/app/frontend/templates/public/status.html +++ b/app/frontend/templates/public/status.html @@ -53,7 +53,7 @@ {% end %} - {% if server['stats']['int_ping_results'] %} + {% if server['stats']['running'] %} {{ translate('dashboard', 'online', data['lang']) }} {% else %} {{ translate('dashboard', 'offline', data['lang']) }}