mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-08 21:04:17 +00:00
templates/browse.html: display date added
This commit is contained in:
parent
da92902739
commit
2b9346a404
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<table>
|
<table>
|
||||||
<tr><td>Host</td><td>Last seen</td><td>Description</td></tr>
|
<tr><td>Host</td><td>Last seen</td><td>Date added</td><td>Description</td></tr>
|
||||||
{% for host in host_list %}
|
{% for host in host_list %}
|
||||||
<tr><td><a href="http://{{ host.name }}">{{ host.name }}</a></td><td>{{ host.last_seen }}</td><td>
|
<tr><td><a href="http://{{ host.name }}">{{ host.name }}</a></td><td>{{ host.last_seen }}</td>
|
||||||
{{ host.description }}</td></tr>
|
<td>{{ host.date_added }}</td><td>{{ host.description }}</td></tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user