betaflight-configurator/tabs/ports.html

39 lines
986 B
HTML
Raw Normal View History

<div id="content-watermark"></div>
<div class="tab-ports">
<div class="help">
<p i18n="portsHelp"></p>
</div>
<table class="ports">
<thead>
<tr>
<td>Identifier</td>
<td>Scenario</td>
</tr>
</thead>
<tbody>
</tbody>
</table>
<div class="clear-both"></div>
<div class="buttons">
<a class="save" href="#" i18n="portsButtonSave"></a>
</div>
</div>
<div id="tab-ports-templates">
<table class="ports">
<thead>
</thead>
<tbody>
<tr class="portConfiguration">
<td class="identifierCell">
<p class="identifier"></p>
</td>
<td class="scenarioCell">
<select class="scenario">
<!-- list generated here -->
</select>
</td>
</tr>
</tbody>
</table>
</div>