Skip to content

Commit bbb7f08

Browse files
committed
Add .iol extension filter to image dialog. Ref https://github.com/GNS3/gns3-gui/issues/3664
1 parent c1fa038 commit bbb7f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/image-manager/add-image-dialog/add-image-dialog.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h5 *ngIf="uploaderImage.queue.length <= 0">Please Select image</h5>
3939
<div class="col-md-4 txt-align" *ngIf="uploaderImage.queue.length <= 0">
4040
<input
4141
type="file"
42-
accept=".bin,.image,.qcow2,.vmdk"
42+
accept=".bin,.image,.iol,.qcow2,.vmdk"
4343
multiple
4444
#file
4545
class="non-visible"

0 commit comments

Comments
 (0)