Merge pull request #1371 from myxor/show_bangle_info_html

Web UI: Show bangle info on more page when connected
pull/1375/head
Gordon Williams 2022-01-31 10:50:18 +00:00 committed by GitHub
commit bd544230d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@
</div>
<button class="btn" id="defaultsettings">Default settings</button>
</div>
<div id="more-deviceinfo" style="display:none">
<h3>Device info</h3>
<div id="more-deviceinfo-content"></div>
</div>
</div>
</div>