Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tabs
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-03-10 15:04:29 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-03-10 15:04:29 +0300
commit3c7cf5fc47bdd0f5957370f55521bf5d184488a4 (patch)
tree2ce1e7a7be5055be2ae4932dda2922a68af80a43 /tabs
parent6306f53da64e731218fcf6708b375f6f228b6f11 (diff)
Basic layout for logic conditions
Diffstat (limited to 'tabs')
-rw-r--r--tabs/mixer.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/tabs/mixer.html b/tabs/mixer.html
index 7af25986..e6ad82eb 100644
--- a/tabs/mixer.html
+++ b/tabs/mixer.html
@@ -125,6 +125,28 @@
</div>
</div>
</div>
+
+ <div id="logic-wrapper">
+ <div id="logic-background" class="logic__background"></div>
+ <div id="logic-content" class="logic__content">
+ <div class="tab_title" data-i18n="tabLogicConditions"></div>
+ <table id="servo-mix-table" class="mixer-table">
+ <thead>
+ <tr>
+ <th style="width: 75px" data-i18n="logicId"></th>
+ <th data-i18n="logicEnabled"></th>
+ <th data-i18n="logicOperation"></th>
+ <th data-i18n="logicOperandA"></th>
+ <th data-i18n="logicOperandB"></th>
+ <th data-i18n="logicFlags"></th>
+ </tr>
+ </thead>
+ <tbody>
+
+ </tbody>
+ </table>
+ </div>
+ </div>
</div>
<div id="mixerApplyContent" class="is-hidden">
<div class="modal__content">