Add status page #30

Merged
W1CDN merged 36 commits from dashboard-page into main 2023-08-26 19:05:45 -05:00
Showing only changes of commit 9deb160989 - Show all commits

View File

@ -12,7 +12,7 @@
</head>
<body>
<h1>{{station_call}} Status</h1>
<h2>{{station_lat}}, {{station_lon}}</h2>
{{station_lat}}, {{station_lon}}
<h3> Recent RF Packets </h3>
<table>
@ -32,8 +32,10 @@
{% endfor %}
</table>
<h3> Recent Stations </h3>
<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>.
<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>
</html>