mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
addded comments to config.yml
This commit is contained in:
parent
4aced3eb48
commit
7738d14097
1 changed files with 4 additions and 1 deletions
|
|
@ -50,10 +50,13 @@
|
||||||
<input type="number" id="hw-offset" name="hw-offset">
|
<input type="number" id="hw-offset" name="hw-offset">
|
||||||
</div>
|
</div>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label>Timeturner Offset:</label>
|
<label>Timeturner Offset:, HH:MM:SS:f</label>
|
||||||
<input type="number" id="offset-h" placeholder="H">
|
<input type="number" id="offset-h" placeholder="H">
|
||||||
|
<label>:</label>
|
||||||
<input type="number" id="offset-m" placeholder="M">
|
<input type="number" id="offset-m" placeholder="M">
|
||||||
|
<label>:</label>
|
||||||
<input type="number" id="offset-s" placeholder="S">
|
<input type="number" id="offset-s" placeholder="S">
|
||||||
|
<label>.</label>
|
||||||
<input type="number" id="offset-f" placeholder="F">
|
<input type="number" id="offset-f" placeholder="F">
|
||||||
</div>
|
</div>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue