mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-02 09:55:52 +00:00
templates/browse.html: add last seen and description
This commit is contained in:
parent
0806c2ffb0
commit
b67a9e9cc6
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<table>
|
<table>
|
||||||
<tr><td>Host</td><td>Last seen</td><td>Description</td>
|
<tr><td>Host</td><td>Last seen</td><td>Description</td></tr>
|
||||||
{% for host in host_list %}
|
{% for host in host_list %}
|
||||||
<tr><td>{{ host.name }}</td><td>{{ host.last_seen }}</td><td>
|
<tr><td><a href="http://{{ host.name }}">{{ host.name }}</a></td><td>{{ host.last_seen }}</td><td>
|
||||||
{{ host.description }}</td></tr>
|
{{ host.description }}</td></tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user