Skip to content

Commit

Permalink
Allow only tar file upload (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeepa Singh authored and GitHub Enterprise committed Mar 1, 2022
1 parent 9d416e6 commit 7f0c785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Operations/Firmware/FirmwareFormUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<form-file
id="image-file"
:disabled="isPageDisabled"
accept=".tar"
:state="getValidationState($v.file)"
aria-describedby="image-file-help-block"
@input="onFileUpload($event)"
Expand Down

0 comments on commit 7f0c785

Please sign in to comment.