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:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user