1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-17 05:15:20 +03:00
inav-configurator/tabs/programming.html
Pawel Spychalski (DzikuVx) 303c4b8d45 Allow for 32 LCs and 8 GVARs
2020-07-31 11:53:29 +02:00

36 lines
No EOL
1.3 KiB
HTML

<div class="tab-configuration tab-programming toolbar_fixed_bottom">
<div class="content_wrapper" id="programming-main-content">
<div class="gvar__container">
<div class="gvar__wrapper">
<div class="gvar__cell">
<h2>GVAR 0</h2>
<label class="gvar__value" data-gvar-index="0">0</label>
</div>
</div>
</div>
<table class="mixer-table logic__table">
<thead>
<tr>
<th style="width: 50px" data-i18n="logicId"></th>
<th style="width: 80px" data-i18n="logicEnabled"></th>
<th style="width: 120px" data-i18n="logicOperation"></th>
<th data-i18n="logicOperandA"></th>
<th data-i18n="logicOperandB"></th>
<th data-i18n="logicActivator"></th>
<th style="width: 40px" data-i18n="logicFlags"></th>
<th style="width: 50px" data-i18n="logicStatus"></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="content_toolbar">
<div class="btn save_btn">
<a id="save-button" class="save" href="#" data-i18n="save"></a>
</div>
</div>
</div>