mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 23:35:22 +03:00
Added buttons for reboot into boot loader and MSC modes.
This commit is contained in:
parent
25b49fb79f
commit
b9358083d9
6 changed files with 102 additions and 4 deletions
|
@ -323,5 +323,15 @@
|
|||
</div>
|
||||
</dialog>
|
||||
|
||||
<dialog class="dialogError">
|
||||
<h3 i18n="errorTitle"></h3>
|
||||
<div class="content">
|
||||
<div class="dialogError-content" style="margin-top: 10px"></div>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a href="#" class="dialogError-closebtn regular-button" i18n="close"></a>
|
||||
</div>
|
||||
</dialog>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue