* [PATCH manager] ui: form: make pools searchable
@ 2026-07-15 22:07 666Goofy666
0 siblings, 0 replies; only message 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] only message in thread
only message in thread, other threads:[~2026-07-15 22:11 UTC | newest]
Thread overview: (only message) (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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox