Skip to content

Commit 7f0c785

Browse files
Sandeepa SinghGitHub Enterprise
Sandeepa Singh
authored and
GitHub Enterprise
committed
Allow only tar file upload (#71)
1 parent 9d416e6 commit 7f0c785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/Operations/Firmware/FirmwareFormUpdate.vue

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<form-file
3030
id="image-file"
3131
:disabled="isPageDisabled"
32+
accept=".tar"
3233
:state="getValidationState($v.file)"
3334
aria-describedby="image-file-help-block"
3435
@input="onFileUpload($event)"

0 commit comments

Comments
 (0)