mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
UI: HTML cleanup based on prettier output (#3195)
* UI: HTML cleanup based on prettier output * Removing GYRO 32Khz
This commit is contained in:
parent
ab78c11e62
commit
110958a743
5 changed files with 374 additions and 384 deletions
|
@ -22,13 +22,6 @@
|
|||
<div class="note">
|
||||
<p class="systemconfigNote" i18n="configurationLoopTimeHelp"></p>
|
||||
</div>
|
||||
<div class="select gyroUse32kHz">
|
||||
<div style="float: left; height: 20px; margin-right: 15px; margin-left: 3px;">
|
||||
<input type="checkbox" id="gyroUse32kHz" class="toggle" />
|
||||
</div>
|
||||
<span class="freelabel" i18n="configurationGyroUse32kHz"></span>
|
||||
<div class="helpicon cf_tip" i18n_title="configurationGyroUse32kHzHelp"></div>
|
||||
</div>
|
||||
<div class="select">
|
||||
<input type="text" class="gyroFrequency" readonly />
|
||||
<select class="gyroSyncDenom">
|
||||
|
@ -423,7 +416,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content_toolbar">
|
||||
<div class="btn save_btn">
|
||||
<a class="save" href="#" i18n="configurationButtonSave"></a>
|
||||
|
|
|
@ -206,7 +206,7 @@
|
|||
<div style="width: 49%; float: left;">
|
||||
<strong i18n="firmwareFlasherBuildCustomDefines"></strong>
|
||||
<div id="customDefinesInfo" class="build-options-wrapper">
|
||||
<input id="customDefines" name="customDefines"></input>
|
||||
<input id="customDefines" name="customDefines" />
|
||||
<div class="helpicon cf_tip_wide" i18n_title="firmwareFlasherCustomDefinesDescription"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<div class="default_btn" style="width:50px; margin-left:auto; margin-right:auto; float:none;"><a id="check">retry</a></div>
|
||||
</div>
|
||||
<div id="waiting" >
|
||||
<div class="info" i18n="gpsMapMessage2"></span>
|
||||
<div class="info" i18n="gpsMapMessage2">
|
||||
</div>
|
||||
</div>
|
||||
<div id="loadmap">
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
<a href="https://paypal.me/betaflight" rel="noopener noreferrer"
|
||||
target="_blank" i18n_title="defaultDonate"><img src="./images/btn-donate.png" alt="Paypal"
|
||||
height="30" /></a>
|
||||
</li>
|
||||
</div>
|
||||
<div i18n="defaultDonateBottom"></div>
|
||||
</div>
|
||||
|
|
|
@ -1713,7 +1713,6 @@
|
|||
<span i18n="pidTuningLowpassFilterType"></span>
|
||||
</label>
|
||||
</span>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue