Skip to content

Commit

Permalink
Add proper line breaks to the pretty_status HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
kbyun03 authored Sep 2, 2022
1 parent 80c360e commit d877864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion health_check/templates/health_check/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="w3-center">System status</h1>
{% endif %}
</td>
<td>{{ plugin.identifier }}</td>
<td>{{ plugin.pretty_status }}</td>
<td>{{ plugin.pretty_status | linebreaks }}</td>
<td class="w3-hide-small w3-hide-medium w3-right w3-right-align">{{ plugin.time_taken|floatformat:4 }} seconds</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit d877864

Please sign in to comment.