From: Fiona Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager 1/2] ui: iso selector: explicitly note that the storage is for the ISO
Date: Wed, 14 Jan 2026 10:04:25 +0100 [thread overview]
Message-ID: <20260114090555.53491-2-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]. Making it fully
explicit that storage is for the ISO should help to avoid this
confusion.
[0]: https://forum.proxmox.com/threads/179126/post-831215
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
www/manager6/form/IsoSelector.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/form/IsoSelector.js b/www/manager6/form/IsoSelector.js
index b2d94ed3..a8a18cce 100644
--- a/www/manager6/form/IsoSelector.js
+++ b/www/manager6/form/IsoSelector.js
@@ -70,7 +70,7 @@ Ext.define('PVE.form.IsoSelector', {
xtype: 'pveStorageSelector',
reference: 'storage',
isFormField: false,
- fieldLabel: gettext('Storage'),
+ fieldLabel: gettext('ISO Storage'),
storageContent: 'iso',
allowBlank: false,
cbind: {
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next 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 ` Fiona Ebner [this message]
2026-01-14 9:04 ` [pve-devel] [PATCH manager 2/2] ui: qemu: create wizard: provide context for OS ISO selection Fiona Ebner
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-2-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox