Admin: ajout descriptions System time / RTC time / Set RTC

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
PaulVua
2026-03-17 19:22:47 +01:00
parent cb98e38a3e
commit e2f765de8a

View File

@@ -213,6 +213,7 @@
<div class="mb-3"> <div class="mb-3">
<label for="sys_local_time" class="form-label">System time (local)</label> <label for="sys_local_time" class="form-label">System time (local)</label>
<input type="text" class="form-control" id="sys_local_time" disabled> <input type="text" class="form-control" id="sys_local_time" disabled>
<small class="text-muted">Horloge Linux du Raspberry Pi. Se synchronise via internet (NTP).</small>
</div> </div>
<div class="mb-3"> <div class="mb-3">
@@ -223,12 +224,14 @@
<div class="mb-3"> <div class="mb-3">
<label for="RTC_utc_time" class="form-label">RTC time (UTC)</label> <label for="RTC_utc_time" class="form-label">RTC time (UTC)</label>
<input type="text" class="form-control" id="RTC_utc_time" disabled> <input type="text" class="form-control" id="RTC_utc_time" disabled>
<small class="text-muted">Module DS3231 avec pile de sauvegarde. Garde l'heure meme hors tension.</small>
</div> </div>
<div id="alert_container"></div> <div id="alert_container"></div>
<h5 class="mt-4">Set RTC</h5> <h5 class="mt-4">Synchroniser le RTC</h5>
<small class="text-muted d-block mb-2">Met a jour l'horloge RTC pour qu'elle reste precise sans internet.</small>
<button type="submit" class="btn btn-primary mb-1" onclick="set_RTC_withNTP()">WiFi (NTP) </button> <button type="submit" class="btn btn-primary mb-1" onclick="set_RTC_withNTP()">WiFi (NTP) </button>
<button type="submit" class="btn btn-primary mb-1" onclick="set_RTC_withBrowser()">Browser time </button> <button type="submit" class="btn btn-primary mb-1" onclick="set_RTC_withBrowser()">Browser time </button>