Stub out station query.
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
<th> created (utc) </th>
|
||||
<th> more </th>
|
||||
</tr>
|
||||
{% for i in d %}
|
||||
{% for i in frames %}
|
||||
<tr>
|
||||
<td> <a href="https://digi.w1cdn.net/aprs_api/packets?from={{ i['from'] }}">{{ i['from'] }}</a> </td>
|
||||
<td> {{ i['object_name'] }} </td>
|
||||
@ -37,6 +37,17 @@
|
||||
<h2> Recent Stations </h2>
|
||||
Coming soon, see <a href="https://amiok.net/gitea/W1CDN/aprs_tool/issues/16">https://amiok.net/gitea/W1CDN/aprs_tool/issues/16</a>.
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th> raw </th>
|
||||
</tr>
|
||||
{% for i in stations %}
|
||||
<tr>
|
||||
<td> {{ i['raw'] }} </td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
<h2> Help </h2>
|
||||
This is a work in progress. See <a href="https://amiok.net/gitea/W1CDN/aprs_tool">https://amiok.net/gitea/W1CDN/aprs_tool</a> for usage.
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user