fix: allowed file extension for the firmware file upload
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</button>
|
||||
<file-upload [disabled]="flashFirmwareButtonDisbabled$ | async"
|
||||
(fileChanged)="changeFile($event)"
|
||||
accept=".tar.bz2"
|
||||
accept=".bz2"
|
||||
label="Choose firmware file and flash it"></file-upload>
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user