From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id BB1E11FF187 for ; Mon, 14 Jul 2025 14:28:19 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id ED10B16BBF; Mon, 14 Jul 2025 14:29:09 +0200 (CEST) From: Dominik Csapak To: pve-devel@lists.proxmox.com Date: Mon, 14 Jul 2025 14:28:32 +0200 Message-Id: <20250714122835.3347682-1-d.csapak@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.022 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH manager v8 0/3] allow importing vm disk images on the UI X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" this is a continuation of my previous series [0] It enables importing disks on the UI in the HardwareView of a vm, in the create wizard, and in the storage content view. I split the patches so that the wizard and storage content view one are separate, so they can be reviewed independently. I resend it as is, because the review of my last series was a bit inconclusive as to what was not right with it, and i had to rebase for the indent change anyway. changes from v7: * rebase on master (indent change) changes from v6: * drop applied patches * make import in hd edit panel dependant on configuration, instead of showing a checkbox * wizard and HardwareView got an explicit import button * make the import button work on the storage content view for disk images * split patches for hdedit, wizard and storage content 0: https://lore.proxmox.com/pve-devel/20250407101310.3196974-1-d.csapak@proxmox.com/ Dominik Csapak (3): ui: qemu hd edit: allow importing a disk from the import storage ui: vm create wizard: allow importing disks ui: import storage content: allow importing of vm disk images www/manager6/panel/MultiDiskEdit.js | 36 ++++- www/manager6/qemu/HDEdit.js | 199 ++++++++++++++++++++++++++-- www/manager6/qemu/HardwareView.js | 6 + www/manager6/qemu/MultiHDEdit.js | 5 +- www/manager6/storage/Browser.js | 23 +++- 5 files changed, 249 insertions(+), 20 deletions(-) -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel