From: Dominik Csapak <d.csapak@proxmox.com>
To: 666Goofy666 <666goofy666@proton.me>, pve-devel@lists.proxmox.com
Subject: Re: [PATCH manager] ui: form: make pools searchable
Date: Thu, 16 Jul 2026 16:08:45 +0200 [thread overview]
Message-ID: <d5592a65-1396-4822-b1f7-ccfa10cdfb1d@proxmox.com> (raw)
In-Reply-To: <20260715220134.352377-2-666goofy666@proton.me>
hi,
thanks again for wanting to contribute, did you already read the
https://pve.proxmox.com/wiki/Developer_Documentation ?
especially the part about the CLA (on the very bottom of the page).
We'd need one signed before we can include any contribution from you.
thanks!
On 7/16/26 12:10 AM, 666Goofy666 wrote:
> 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;
>
prev parent reply other threads:[~2026-07-16 14:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-15 22:07 [PATCH manager] ui: form: make pools searchable 666Goofy666
2026-07-16 14:08 ` Dominik Csapak [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=d5592a65-1396-4822-b1f7-ccfa10cdfb1d@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=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 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.