fixed missing name-tag in index.html
This commit is contained in:
parent
c997949c5b
commit
26942dd946
@ -544,7 +544,7 @@
|
||||
<form method='POST' action='doUpdate' enctype='multipart/form-data'>
|
||||
<div class="form-group row">
|
||||
<div class="custom-file">
|
||||
<input type="file" class="custom-file-input" id="fw-update-file" accept=".fw.bin,.fs.bin" required />
|
||||
<input type="file" name="fw-update-file" class="custom-file-input" id="fw-update-file" accept=".fw.bin,.fs.bin" required />
|
||||
<label class="custom-file-label" for="fw-update-file">Firmware-Update auswählen</label>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user