Skip to content

Commit 52f7726

Browse files
committed
Add .iol extension filter. Ref https://github.com/GNS3/gns3-gui/issues/3664
1 parent 8068751 commit 52f7726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/components/preferences/ios-on-unix/add-iou-template/add-iou-template.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1 class="col">New IOU device template</h1>
6161
<div *ngIf="newImageSelected">
6262
<input
6363
type="file"
64-
accept=".bin"
64+
accept=".bin, .image, .iol"
6565
#file
6666
class="nonvisible"
6767
(change)="uploadImageFile($event)"

src/app/components/preferences/ios-on-unix/iou-template-details/iou-template-details.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1 class="col">IOU device configuration</h1>
5252
</mat-form-field>
5353
<input
5454
type="file"
55-
accept=".bin"
55+
accept=".bin, .image, .iol"
5656
#file
5757
class="nonvisible"
5858
(change)="uploadImageFile($event)"

0 commit comments

Comments
 (0)