[pve-devel] [PATCH manager 2/2] make realmselector non-editable

Dominik Csapak d.csapak at proxmox.com
Wed Dec 7 15:41:50 CET 2016


since most people do not have many login realms to choose from, making
this search/editable makes no sense

but by making this non-editable, you can now click anywhere on the text
to open the options, instead of only the little arrow

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/form/RealmComboBox.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/form/RealmComboBox.js b/www/manager6/form/RealmComboBox.js
index 4d9e5aa..8d0c71a 100644
--- a/www/manager6/form/RealmComboBox.js
+++ b/www/manager6/form/RealmComboBox.js
@@ -6,6 +6,7 @@ Ext.define('PVE.form.RealmComboBox', {
     name: 'realm',
     queryMode: 'local',
     allowBlank: false,
+    editable: false,
     forceSelection: true,
     autoSelect: false,
     triggerAction: 'all',
-- 
2.1.4





More information about the pve-devel mailing list