1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

ota from local file with upload progress and result

This commit is contained in:
wellenvogel
2021-12-14 18:46:20 +01:00
parent 428f55e87c
commit 5fc6ceffac
3 changed files with 73 additions and 5 deletions

View File

@@ -316,4 +316,22 @@ body {
#adminPassInput {
margin-bottom: 1em;
}
input#uploadFile {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
div#uploadProgress {
width: 100%;
max-width: 20em;
height: 1em;
margin-left: 1em;
/* margin-right: auto; */
border: 1px solid grey;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
#uploadDone{
background-color: blue;
width: 0px;
height: 100%;
}