diff --git a/nsupdate/main/templates/main/overview.html b/nsupdate/main/templates/main/overview.html index 8100dfc..baa83c0 100644 --- a/nsupdate/main/templates/main/overview.html +++ b/nsupdate/main/templates/main/overview.html @@ -8,20 +8,25 @@
Host | +Host Comment |
Available | -Faults | -IPv4 Address (last update) | -IPv6 Address (last update) | -Comment | +Faults C / S |
+ IPv4 Address (last update) |
+ IPv6 Address (last update) |
---|---|---|---|---|---|---|---|---|---|
{{ host.subdomain }}.{{ host.domain.domain }} | +{{ host.subdomain }}.{{ host.domain.domain }}
+ + {{ host.comment }} + |
{{ host.available|yesno }} | -C: {{ host.client_faults }} S: {{ host.server_faults }}{% if host.abuse_blocked %} ABUSE-BLOCKED{% elif host.abuse %} ABUSE{% endif %} | +{{ host.client_faults }} / {{ host.server_faults }}
+ {% if host.abuse_blocked %} ABUSE-BLOCKED{% elif host.abuse %} ABUSE{% endif %} + |
{{ host.get_ipv4 }}
+ {% if host.last_update_ipv4 %} ({{ host.last_update_ipv4|timesince }}, {% if not host.ssl_update_ipv4 %} @@ -32,6 +37,7 @@ {% endif %} |
{{ host.get_ipv6 }}
+ {% if host.last_update_ipv6 %} ({{ host.last_update_ipv6|timesince }}, {% if not host.ssl_update_ipv6 %} @@ -41,10 +47,9 @@ (unknown) {% endif %} |
- {{ host.comment }} | ||
No hosts yet. | |||||||||
No hosts yet. |