forked from GithubBackups/healthchecks
Fix styling
This commit is contained in:
parent
8fe8e0f605
commit
ce0f84a112
@ -70,7 +70,7 @@
|
|||||||
|
|
||||||
{% if ping.body %}
|
{% if ping.body %}
|
||||||
<p><b>Last Ping Body</b></p>
|
<p><b>Last Ping Body</b></p>
|
||||||
<pre style="background: #eeeeee">{{ ping.body|slice:":10000"|linebreaksbr }}{% if ping.body|length > 10000 %} [truncated]{% endif %}</pre>
|
<pre>{{ ping.body|slice:":10000"|linebreaksbr }}{% if ping.body|length > 10000 %} [truncated]{% endif %}</pre>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if projects %}
|
{% if projects %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user