From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id 0416F1FF0E5 for ; Thu, 16 Jul 2026 00:11:07 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 264DB213F2; Thu, 16 Jul 2026 00:11:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1784153227; x=1784412427; bh=WIqiTLz7m4XwnOjOB50JJ0S2Idy6TvcNzSSU81+xAew=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=aadJUau/xZLUHhLGvary4qz22dOi/cG9Zvsyekg/cXrO7cf7VxECf29JubmXhMotz 017O0uGW2Khlw81WKynSvSaGHxdeQYOe5+Ve3CRIe5jHNQSGtfMjk6UhoEGA2v1Ay4 B7MTD+bJ2A3jdb6IwpvWKuv65cyG/6AMIxD4TFjh2fRHShlvlUaA8Cs9fVqRcmyuYj gCfAJ0vJww7f+ZyxyVS1nO5dN7encjwaw1GrZwgm3nNLBpaaiI7gWvntJjt4uzHa5E Eelrhi6Lxc54cFqmmucAhJs2/7+ORff2Edthax54KGdOBGGfaUmT/7i5h9+pjhvXNt 9mlyR4HFKCTCw== Date: Wed, 15 Jul 2026 22:07:04 +0000 To: pve-devel@lists.proxmox.com From: 666Goofy666 <666goofy666@proton.me> Subject: [PATCH manager] ui: form: make pools searchable Message-ID: <20260715220134.352377-2-666goofy666@proton.me> Feedback-ID: 177793653:user:proton X-Pm-Message-ID: ee610e1705bf2d5bddf689b54d354561fbae5d9e MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SPAM-LEVEL: Spam detection results: 1 DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain DMARC_PASS -0.1 DMARC pass policy FREEMAIL_ENVFROM_END_DIGIT 1 Envelope-from freemail username ends in digit FREEMAIL_FROM 0.001 Sender email is commonly abused enduser mail provider FROM_STARTS_WITH_NUMS 0.553 From: starts with several numbers KAM_INFOUSMEBIZ 0.75 Prevalent use of .info|.us|.me|.me.uk|.biz|xyz|id|rocks|life domains in spam/malware RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: VDSZGD6JFPDTVU3JIEC2IX2IJBAVQAFQ X-Message-ID-Hash: VDSZGD6JFPDTVU3JIEC2IX2IJBAVQAFQ X-MailFrom: 666goofy666@proton.me X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: 666Goofy666 <666goofy666@proton.me> X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: 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/PoolSele= ctor.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', =20 + editable: true, + anyMatch: true, + forceSelection: true, + initComponent: function () { var me =3D this; =20 --=20 2.55.0