From d6b89831e35a3315217b9fe8171699bfb771e2da Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 5 Nov 2023 11:12:19 +1000 Subject: [PATCH] Add ISO file to images filter in Image Manager. Ref https://github.com/GNS3/gns3-server/issues/2310 --- gns3/dialogs/image_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gns3/dialogs/image_dialog.py b/gns3/dialogs/image_dialog.py index 4129fdbb2..19022b918 100644 --- a/gns3/dialogs/image_dialog.py +++ b/gns3/dialogs/image_dialog.py @@ -53,7 +53,7 @@ def _uploadImageSlot(self, *args): self, "Select one or more images to upload", QtCore.QStandardPaths.writableLocation(QtCore.QStandardPaths.DownloadLocation), - "Images (*.bin *.image *.qcow2 *.vmdk);;All files (*.*)" + "Images (*.bin *.image *.qcow2 *.vmdk *.iso);;All files (*.*)" ) error_msgs = "" for path in files: