public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH manager] ui: form: make pools searchable
@ 2026-07-15 22:07 666Goofy666
  2026-07-16 14:08 ` Dominik Csapak
  0 siblings, 1 reply; 3+ messages in thread
From: 666Goofy666 @ 2026-07-15 22:07 UTC (permalink / raw)
  To: pve-devel; +Cc: 666Goofy666

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH manager] ui: form: make pools searchable
  2026-07-15 22:07 [PATCH manager] ui: form: make pools searchable 666Goofy666
@ 2026-07-16 14:08 ` Dominik Csapak
  2026-09-06 19:16   ` 666Goofy666
  0 siblings, 1 reply; 3+ messages in thread
From: Dominik Csapak @ 2026-07-16 14:08 UTC (permalink / raw)
  To: 666Goofy666, pve-devel

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;
>   





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH manager] ui: form: make pools searchable
  2026-07-16 14:08 ` Dominik Csapak
@ 2026-09-06 19:16   ` 666Goofy666
  0 siblings, 0 replies; 3+ messages in thread
From: 666Goofy666 @ 2026-09-06 19:16 UTC (permalink / raw)
  To: Dominik Csapak; +Cc: pve-devel

hi,

CLA is ok!
let me know if I should resend the patch.

best regards!



On Thursday, July 16th, 2026 at 14:09, Dominik Csapak <d.csapak@proxmox.com> wrote:

> 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;
> >
> 
> 
> 
> 
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-06 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-15 22:07 [PATCH manager] ui: form: make pools searchable 666Goofy666
2026-07-16 14:08 ` Dominik Csapak
2026-09-06 19:16   ` 666Goofy666

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal