mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
chore: Enable mock data and simplify clock info display
This commit is contained in:
parent
adae9026ad
commit
9360e0011c
2 changed files with 5 additions and 5 deletions
|
|
@ -34,15 +34,15 @@
|
|||
<h2>System Clock</h2>
|
||||
<p id="system-clock">--:--:--.---</p>
|
||||
<p>Date: <span id="system-date">---- -- --</span></p>
|
||||
<p>NTP Service: <span id="ntp-active">--</span></p>
|
||||
<p>Sync Status: <span id="sync-status">--</span></p>
|
||||
<p><span id="ntp-active">--</span></p>
|
||||
<p><span id="sync-status">--</span></p>
|
||||
</div>
|
||||
|
||||
<!-- Delta & Jitter -->
|
||||
<div class="card">
|
||||
<h2>Clock Offset</h2>
|
||||
<p>Delta: <span id="delta-status">-- ms (-- frames)</span></p>
|
||||
<p>Jitter: <span id="jitter-status">--</span></p>
|
||||
<p><span id="delta-status">-- ms (-- frames)</span></p>
|
||||
<p><span id="jitter-status"></span></p>
|
||||
</div>
|
||||
|
||||
<!-- Network Interfaces -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue