From: 666Goofy666 <666goofy666@proton.me>
To: pve-devel@lists.proxmox.com
Cc: 666Goofy666 <666goofy666@proton.me>
Subject: [PATCH manager] ui: form: make pools searchable
Date: Wed, 15 Jul 2026 22:07:04 +0000 [thread overview]
Message-ID: <20260715220134.352377-2-666goofy666@proton.me> (raw)
Enable typing in the pool selector to improve usability when many pools are available.
Signed-off-by: 666Goofy666 <666goofy666@proton.me>
---
www/manager6/form/PoolSelector.js | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/www/manager6/form/PoolSelector.js b/www/manager6/form/PoolSelector.js
index d4f45622..b00b1b16 100644
--- a/www/manager6/form/PoolSelector.js
+++ b/www/manager6/form/PoolSelector.js
@@ -8,6 +8,10 @@ Ext.define(
valueField: 'poolid',
displayField: 'poolid',
+ editable: true,
+ anyMatch: true,
+ forceSelection: true,
+
initComponent: function () {
var me = this;
--
2.55.0
reply other threads:[~2026-07-15 22:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260715220134.352377-2-666goofy666@proton.me \
--to=666goofy666@proton.me \
--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