Skip to content

Commit

Permalink
Fix motor slider values (#4238)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Oct 31, 2024
1 parent 9507c40 commit 4f158c1
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions src/tabs/motors.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,17 +319,19 @@
<input type="range" min="1000" max="2000" value="1000" disabled="disabled" class="master"/>
</ul>
</div>
<ul class="grid-box col9 values">
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li style="font-weight: bold" i18n="motorsMaster"></li>
</ul>
<div class="values">
<ul class="grid-box col9">
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li>1000</li>
<li style="font-weight: bold" i18n="motorsMaster"></li>
</ul>
</div>
</div>
<div class="danger">
<p i18n="motorsNotice"></p>
Expand Down

0 comments on commit 4f158c1

Please sign in to comment.