betaflight-configurator/tabs/auxiliary_configuration.html

28 lines
698 B
HTML
Raw Normal View History

2013-04-10 11:53:48 +00:00
<div class="tab-auxiliary_configuration">
<div class="heads">
<ul>
<li>AUX 1</li>
<li>AUX 2</li>
<li>AUX 3</li>
<li>AUX 4</li>
</ul>
</div>
<table class="boxes">
<tr class="main">
<th style="width: 180px;">Name</th>
<th>LOW</th>
<th>MED</th>
<th>HIGH</th>
<th>LOW</th>
<th>MED</th>
<th>HIGH</th>
<th>LOW</th>
<th>MED</th>
<th>HIGH</th>
<th>LOW</th>
<th>MED</th>
2014-03-08 05:25:15 +00:00
<th>HIGH</th>
2013-04-10 11:53:48 +00:00
</tr>
</table>
2013-04-15 09:13:24 +00:00
<a class="update" href="#" title="">Save</a>
2013-04-10 11:53:48 +00:00
</div>