Add a note that idle timer is in seconds
This commit is contained in:
parent
cfd6a26881
commit
3d83d1d5b7
|
@ -16,11 +16,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="idle_block flex-container" style="display: none;">
|
<div class="idle_block flex-container" style="display: none;">
|
||||||
<input id="idle_timer_min" class="text_pole widthUnset" type="number" min="0" max="600000" step="1" title="The minimum amount of time in seconds before the idle action is triggered." />
|
<input id="idle_timer_min" class="text_pole widthUnset" type="number" min="0" max="600000" step="1" title="The minimum amount of time in seconds before the idle action is triggered." />
|
||||||
<label for="idle_timer_min">Idle Timer Minimum</label>
|
<label for="idle_timer_min">Idle Timer Minimum (seconds)</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="idle_block flex-container">
|
<div class="idle_block flex-container">
|
||||||
<input id="idle_timer" class="text_pole widthUnset" type="number" min="0" max="600000" step="1" title="The amount of time in seconds before the idle action is triggered." />
|
<input id="idle_timer" class="text_pole widthUnset" type="number" min="0" max="600000" step="1" title="The amount of time in seconds before the idle action is triggered." />
|
||||||
<label for="idle_timer">Idle Timer</label>
|
<label for="idle_timer">Idle Timer (seconds)</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="idle_block flex-container">
|
<div class="idle_block flex-container">
|
||||||
<label for="idle_prompts">Idle Prompts</label>
|
<label for="idle_prompts">Idle Prompts</label>
|
||||||
|
|
Loading…
Reference in New Issue