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-04-04 20:57:50 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-04-04 20:57:50 +0300
commitcbd2745bf7120ce8d5402aee0a2cef8bdab146c6 (patch)
tree7007bfaa03fb2479b65e8dfc328bbc27a80d8eb9 /tabs
parent564d1cdca5cb4c021f079767a6c88822eab621ba (diff)
Cleanup
Diffstat (limited to 'tabs')
-rw-r--r--tabs/mixer.html108
1 files changed, 51 insertions, 57 deletions
diff --git a/tabs/mixer.html b/tabs/mixer.html
index e87766c0..91e6b918 100644
--- a/tabs/mixer.html
+++ b/tabs/mixer.html
@@ -70,65 +70,59 @@
<!-- middle roew -->
<div class="clear-both"></div>
<!-- bottom row -->
- <!-- <div> -->
- <!-- <div class="leftWrapper"> -->
- <div class="motor-mixer gui_box grey">
- <div class="gui_box_titlebar">
- <div class="spacer_box_title" data-i18n="motorMixer"></div>
- </div>
- <div class="spacer_box">
- <table id="motor-mix-table" class="mixer-table">
- <thead>
- <tr>
- <th style="width: 75px">Motor</th>
- <th data-i18n="controlAxisThrottle"></th>
- <th data-i18n="controlAxisRoll"></th>
- <th data-i18n="controlAxisPitch"></th>
- <th data-i18n="controlAxisYaw"></th>
- <th class="delete"></th>
- </tr>
- </thead>
- <tbody>
-
- </tbody>
- </table>
- <div class="btn default_btn narrow pull-right green mixer_btn_add">
- <a href="#" data-role="role-motor-add" data-i18n="servoMixerAdd"></a>
- </div>
- </div>
+ <div class="motor-mixer gui_box grey">
+ <div class="gui_box_titlebar">
+ <div class="spacer_box_title" data-i18n="motorMixer"></div>
+ </div>
+ <div class="spacer_box">
+ <table id="motor-mix-table" class="mixer-table">
+ <thead>
+ <tr>
+ <th style="width: 75px">Motor</th>
+ <th data-i18n="controlAxisThrottle"></th>
+ <th data-i18n="controlAxisRoll"></th>
+ <th data-i18n="controlAxisPitch"></th>
+ <th data-i18n="controlAxisYaw"></th>
+ <th class="delete"></th>
+ </tr>
+ </thead>
+ <tbody>
+
+ </tbody>
+ </table>
+ <div class="btn default_btn narrow pull-right green mixer_btn_add">
+ <a href="#" data-role="role-motor-add" data-i18n="servoMixerAdd"></a>
</div>
- <!-- </div> -->
- <!-- <div class="rightWrapper"> -->
- <div class="motor-mixer gui_box grey">
- <div class="gui_box_titlebar">
- <div class="spacer_box_title" data-i18n="servoMixer"></div>
- </div>
- <div class="spacer_box">
- <table id="servo-mix-table" class="mixer-table">
- <thead>
- <tr>
- <th style="width: 75px" data-i18n="servo"></th>
- <th data-i18n="input"></th>
- <th data-i18n="weight"></th>
- <th data-i18n="speed"></th>
- <th data-i18n="active"></th>
- <th class="delete"></th>
- </tr>
- </thead>
- <tbody>
-
- </tbody>
- </table>
- <div class="btn default_btn narrow pull-left mixer_btn_add">
- <a href="#" data-role="role-logic-conditions-open" data-i18n="tabLogicConditions"></a>
- </div>
- <div class="btn default_btn narrow pull-right green mixer_btn_add">
- <a href="#" data-role="role-servo-add" data-i18n="servoMixerAdd"></a>
- </div>
- </div>
+ </div>
+ </div>
+ <div class="motor-mixer gui_box grey">
+ <div class="gui_box_titlebar">
+ <div class="spacer_box_title" data-i18n="servoMixer"></div>
+ </div>
+ <div class="spacer_box">
+ <table id="servo-mix-table" class="mixer-table">
+ <thead>
+ <tr>
+ <th style="width: 75px" data-i18n="servo"></th>
+ <th data-i18n="input"></th>
+ <th data-i18n="weight"></th>
+ <th data-i18n="speed"></th>
+ <th data-i18n="active"></th>
+ <th class="delete"></th>
+ </tr>
+ </thead>
+ <tbody>
+
+ </tbody>
+ </table>
+ <div class="btn default_btn narrow pull-left mixer_btn_add">
+ <a href="#" data-role="role-logic-conditions-open" data-i18n="tabLogicConditions"></a>
+ </div>
+ <div class="btn default_btn narrow pull-right green mixer_btn_add">
+ <a href="#" data-role="role-servo-add" data-i18n="servoMixerAdd"></a>
</div>
- <!-- </div> -->
- <!-- </div> -->
+ </div>
+ </div>
<div id="logic-wrapper" style="display: none">
<div class="logic__background"></div>