forked from GithubBackups/healthchecks
Style tweaks.
This commit is contained in:
parent
b74e56a273
commit
1de0ef16f6
@ -66,13 +66,11 @@
|
|||||||
{% if count %}
|
{% if count %}
|
||||||
<td style="border-top: 1px solid #EDEFF2; padding: 16px 8px; font-family: Helvetica, Arial, sans-serif;">
|
<td style="border-top: 1px solid #EDEFF2; padding: 16px 8px; font-family: Helvetica, Arial, sans-serif;">
|
||||||
{{ count }} outage{{ count|pluralize }}
|
{{ count }} outage{{ count|pluralize }}
|
||||||
<span style="font-size: 12px">
|
<br />
|
||||||
<br />
|
{{ seconds|hc_approx_duration }} total
|
||||||
({{ seconds|hc_approx_duration }} total)
|
|
||||||
</span>
|
|
||||||
</td>
|
</td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td style="border-top: 1px solid #EDEFF2; padding: 16px 8px; font-family: Helvetica, Arial, sans-serif; color: #999;">
|
<td style="border-top: 1px solid #EDEFF2; padding: 16px 8px; font-family: Helvetica, Arial, sans-serif; color: #9BA2AB;">
|
||||||
All good!
|
All good!
|
||||||
</td>
|
</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user