diff options
Diffstat (limited to 'static/install')
| -rw-r--r-- | static/install/web.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/install/web.html b/static/install/web.html index dc04ad3a..0ee9ea82 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -179,7 +179,11 @@ Then, proceed to <a href="#locking-the-bootloader">locking the bootloader</a> before using the device as locking wipes the data again.</p> - <p><strong id="flash-release-status"></strong></p> + <p> + <strong id="flash-release-status"></strong> + <!-- This appears as part of the status --> + <button id="flash-reconnect-button" style="display: none;"><strong>Reconnect device</strong></button> + </p> </section> <section id="locking-the-bootloader"> |
