summaryrefslogtreecommitdiff
path: root/static/install/web.html
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2021-01-30 19:51:09 -0800
committerDaniel Micay <danielmicay@gmail.com>2021-01-31 00:10:26 -0500
commitcdafb40dd61b5075b516d73e8cd8330f569d9776 (patch)
tree73f64531b4c2b371a88aa817bba86b11d35f8c26 /static/install/web.html
parentdfc01e016e837bf66210db3beddf08f91237b2d2 (diff)
web-install: Implement flashing progress callbacks
Diffstat (limited to 'static/install/web.html')
-rw-r--r--static/install/web.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/static/install/web.html b/static/install/web.html
index dfd047b8..21c6f2b1 100644
--- a/static/install/web.html
+++ b/static/install/web.html
@@ -182,9 +182,12 @@
Then, proceed to <a href="#locking-the-bootloader">locking the bootloader</a>
before using the device as locking wipes the data again.</p>
- <p>
+ <p id="flash-release-status-container" hidden="hidden">
<strong id="flash-release-status"></strong>
- <!-- This appears as part of the status -->
+ <br/>
+
+ <!-- These appear as part of the status, one at a time -->
+ <progress id="flash-release-progress" hidden="hidden" max="1" value="0"></progress>
<button id="flash-reconnect-button" hidden="hidden"><strong>Reconnect device</strong></button>
</p>
</section>