feat/add-basic-telemetry #15

Merged
pufereq merged 6 commits from feat/add-basic-telemetry into develop 2026-03-08 19:43:13 +00:00
5 changed files with 55 additions and 2 deletions
Showing only changes of commit d7b136851b - Show all commits

View File

@@ -18,6 +18,10 @@
<strong>Last Seen:</strong> <strong>Last Seen:</strong>
<span id="last-seen">{{ client.last_seen }}</span> <span id="last-seen">{{ client.last_seen }}</span>
</p> </p>
<p>
<strong>Initial:</strong>
<pre>{{ client.initial_telemetry | tojson(indent=2) }}</pre>
</p>
</body> </body>
<script> <script>