fixed STAPM Timer id tags and h3 tag

This commit is contained in:
FlyingSl0ths 2019-03-21 15:37:47 -06:00 committed by Quentin Decaunes
parent 734f5d68d3
commit c63647f6a5

View File

@ -115,13 +115,13 @@
<input class="uk-range" type="range" min="20" max="100" value="20" repeat="psi0_current_ma" id="psi0_current_limit_range">
</div>
</div>
<h3><label><input class="uk-checkbox uk-margin-small-right" type="checkbox" id="apply_stamp_timer_ms">STAMP Timer (Ms)</label></h3>
<h3><label><input class="uk-checkbox uk-margin-small-right" type="checkbox" id="apply_stapm_timer_ms">STAPM Timer (Ms)</label></h3>
<div class="uk-grid-small" uk-grid>
<div class="uk-width-1-6">
<input class="uk-input" type="number" min="1000" max="5000" value="1000" id="stamp_timer_ms" repeat="stamp_timer_ms_range">
<input class="uk-input" type="number" min="1000" max="5000" value="1000" id="stapm_timer_ms" repeat="stapm_timer_ms_range">
</div>
<div class="uk-width-expand">
<input class="uk-range" type="range" min="1000" max="5000" value="1000" repeat="stamp_timer_ms" id="stamp_timer_ms_range">
<input class="uk-range" type="range" min="1000" max="5000" value="1000" repeat="stapm_timer_ms" id="stapm_timer_ms_range">
</div>
</div>
<l>