fixed last api update in overview fiew

This commit is contained in:
Fabian Faessler 2013-09-29 21:21:22 +02:00
parent 7eb23300bd
commit 49b7de47bf

View File

@ -10,7 +10,7 @@
{% for host in hosts %}
<tr>
<td><b>{{ host.subdomain }}.{{ host.domain.domain }}</b></td>
<td>{{ host.last_update|timesince }}</td>
<td>{{ host.last_api_update|timesince }}</td>
<td>{{ host.getIPv4 }}</td>
<td>{{ host.getIPv6 }}</td>
<td>{{ host.comment }}</td>