feat(client_details.html): add temporary initial telemetry display

This commit is contained in:
2026-03-08 20:38:59 +01:00
parent 7e9a9e6eed
commit d7b136851b

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>