From: Fiona Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager 2/2] ui: qemu: create wizard: provide context for OS ISO selection
Date: Wed, 14 Jan 2026 10:04:26 +0100 [thread overview]
Message-ID: <20260114090555.53491-3-f.ebner@proxmox.com> (raw)
In-Reply-To: <20260114090555.53491-1-f.ebner@proxmox.com>
New users are often confused by the storage selection in the 'OS' tab
of the create wizard, the latest case being [0]. Add a heading clearly
and explicitly mentioning what the selection is for.
[0]: https://forum.proxmox.com/threads/179126/post-831215
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
www/manager6/qemu/CreateWizard.js | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/www/manager6/qemu/CreateWizard.js b/www/manager6/qemu/CreateWizard.js
index 341324c8..451916ee 100644
--- a/www/manager6/qemu/CreateWizard.js
+++ b/www/manager6/qemu/CreateWizard.js
@@ -192,12 +192,21 @@ Ext.define('PVE.qemu.CreateWizard', {
title: gettext('OS'),
items: [
{
- xtype: 'pveQemuCDInputPanel',
- bind: {
- nodename: '{nodename}',
- },
- confid: 'ide2',
- insideWizard: true,
+ xtype: 'container',
+ items: [
+ {
+ xtype: 'displayfield',
+ value: gettext('Select operating system (installer) CD/DVD') + ':',
+ },
+ {
+ xtype: 'pveQemuCDInputPanel',
+ bind: {
+ nodename: '{nodename}',
+ },
+ confid: 'ide2',
+ insideWizard: true,
+ },
+ ],
},
{
xtype: 'pveQemuOSTypePanel',
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
prev parent reply other threads:[~2026-01-14 9:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-14 9:04 [pve-devel] [PATCH-SERIES manager 0/2] ui: qemu: create wizard: improve OS tab Fiona Ebner
2026-01-14 9:04 ` [pve-devel] [PATCH manager 1/2] ui: iso selector: explicitly note that the storage is for the ISO Fiona Ebner
2026-01-14 9:04 ` Fiona Ebner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260114090555.53491-3-f.ebner@proxmox.com \
--to=f.ebner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.