1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 00:35:20 +03:00
inav-configurator/tabs/programming.html
Pawel Spychalski (DzikuVx) 6fce522961 Option to save LC and GF
2020-04-10 19:19:59 +02:00

50 lines
No EOL
2.1 KiB
HTML

<div class="tab-configuration tab-programming toolbar_fixed_bottom">
<div class="content_wrapper" id="programming-main-content">
<div class="tab_title subtab__header">
<span class="subtab__header_label subtab__header_label--current" for="logic-wrapper" data-i18n="tabLogicConditions"></span>
<span class="subtab__header_label" for="functions-wrapper" data-i18n="globalFunctions"></span>
</div>
<div id="logic-wrapper" class="subtab__content subtab__content--current">
<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 style="width: 40px" data-i18n="logicFlags"></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div id="functions-wrapper" class="subtab__content">
<table class="mixer-table function__table">
<thead>
<tr>
<th style="width: 50px" data-i18n="functionId"></th>
<th style="width: 80px" data-i18n="functionEnabled"></th>
<th style="width: 120px" data-i18n="functionLogicId"></th>
<th data-i18n="functionAction"></th>
<th data-i18n="functionOperand"></th>
<th data-i18n="functionFlags"></th>
<th data-i18n="functionStatus"></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<div class="content_toolbar">
<div class="btn save_btn">
<a id="save-button" class="save" href="#" data-i18n="save"></a>
</div>
</div>
</div>