diff --git a/health_check/templates/health_check/index.html b/health_check/templates/health_check/index.html index 32edbf8d..0646d91a 100644 --- a/health_check/templates/health_check/index.html +++ b/health_check/templates/health_check/index.html @@ -26,7 +26,7 @@

System status

{% endif %} {{ plugin.identifier }} - {{ plugin.pretty_status }} + {{ plugin.pretty_status | linebreaks }} {{ plugin.time_taken|floatformat:4 }} seconds {% endfor %}