mirror of
https://github.com/Noratrieb/uptime.git
synced 2026-01-14 16:45:06 +01:00
correctly calculate percentegates
This commit is contained in:
parent
8b2ec568c3
commit
50d15bc4e7
3 changed files with 20 additions and 13 deletions
|
|
@ -68,8 +68,7 @@
|
|||
|
||||
<h2>{{ check.website }}</h2>
|
||||
<p>
|
||||
Uptime: {{ check.ok_ratio }} ({{ check.count_ok }}/{{
|
||||
check.total_requests }})
|
||||
Uptime: {{ check.ok_ratio }}
|
||||
</p>
|
||||
{% if check.last_ok.is_some() %}
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue