mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
fixed STAPM Timer id tags and h3 tag
This commit is contained in:
parent
734f5d68d3
commit
c63647f6a5
@ -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">
|
<input class="uk-range" type="range" min="20" max="100" value="20" repeat="psi0_current_ma" id="psi0_current_limit_range">
|
||||||
</div>
|
</div>
|
||||||
</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-grid-small" uk-grid>
|
||||||
<div class="uk-width-1-6">
|
<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>
|
||||||
<div class="uk-width-expand">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<l>
|
<l>
|
||||||
|
Loading…
Reference in New Issue
Block a user