Skip to content

Commit

Permalink
Add .iol extension filter. Ref https://github.com/GNS3/gns3-gui/issue…
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Nov 25, 2024
1 parent 8068751 commit 52f7726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1 class="col">New IOU device template</h1>
<div *ngIf="newImageSelected">
<input
type="file"
accept=".bin"
accept=".bin, .image, .iol"
#file
class="nonvisible"
(change)="uploadImageFile($event)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 class="col">IOU device configuration</h1>
</mat-form-field>
<input
type="file"
accept=".bin"
accept=".bin, .image, .iol"
#file
class="nonvisible"
(change)="uploadImageFile($event)"
Expand Down

0 comments on commit 52f7726

Please sign in to comment.