diff --git a/history.html.theme b/history.html.theme index e12403b..76428ea 100644 --- a/history.html.theme +++ b/history.html.theme @@ -9,6 +9,7 @@ + -

TinyStatus

-

Current Status

+ +
+ GitHub +
+
+
+ +

Current Status

{% for group, checks in groups.items() %}

{{group}} Status

@@ -122,7 +189,7 @@

{{ check.name }}

- {{ 'Operational' if check.status else 'Down' }} + {{ ' Operational' if check.status else ' Down' }}

{% if check.url %} @@ -131,7 +198,9 @@ {% endfor %}
{% endfor %} -

Incident History

+
+ +

Incident History

{{ incidents | safe }}