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 21c6f2b1..14ff279d 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -163,7 +163,11 @@ <button id="download-release-button" disabled="disabled">Download release</button> - <p><strong id="download-release-status"></strong></p> + <p id="download-release-status-container" hidden="hidden"> + <strong id="download-release-status"></strong> + <br/> + <progress id="download-release-progress" hidden="hidden" max="1" value="0"></progress> + </p> </section> <section id="flashing-factory-images"> |
