Snapshot. Get closer to new stations
table.
This commit is contained in:
@ -39,11 +39,15 @@ Coming soon, see <a href="https://amiok.net/gitea/W1CDN/aprs_tool/issues/16">htt
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th> raw </th>
|
||||
<th> from </th>
|
||||
<th> last heard (utc) </th>
|
||||
<th> count </th>
|
||||
</tr>
|
||||
{% for i in stations %}
|
||||
<tr>
|
||||
<td> {{ i['raw'] }} </td>
|
||||
<td> <a href="https://digi.w1cdn.net/aprs_api/packets?from={{ i['from'] }}">{{ i['from'] }}</a> </td>
|
||||
<td> {{ i['created'] }} </td>
|
||||
<td> {{ i['COUNT(id)']}} </td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user