[pve-devel] [PATCH manager 2/3] headerbar: show shortcut for search in emptyText

Lukas Wagner l.wagner at proxmox.com
Fri Jul 21 11:39:09 CEST 2023


The shortcut is not really documented anywhere, so I think it make it a
bit more obvious to the user.

Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 www/manager6/form/GlobalSearchField.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/manager6/form/GlobalSearchField.js b/www/manager6/form/GlobalSearchField.js
index c009ac8b..8e5e13c0 100644
--- a/www/manager6/form/GlobalSearchField.js
+++ b/www/manager6/form/GlobalSearchField.js
@@ -8,7 +8,7 @@ Ext.define('PVE.form.GlobalSearchField', {
     extend: 'Ext.form.field.Text',
     alias: 'widget.pveGlobalSearchField',
 
-    emptyText: gettext('Search'),
+    emptyText: gettext('Search (Ctrl-Shift-F)'),
     enableKeyEvents: true,
     selectOnFocus: true,
     padding: '0 5 0 5',
-- 
2.39.2






More information about the pve-devel mailing list