mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added Quick Search functionality for menu items and help articles. Fixes #6148
This commit is contained in:
committed by
Akshay Joshi
parent
f7214b7cfe
commit
b948f43dda
@@ -36,6 +36,9 @@ define([
|
||||
enable: this.search_objects_enabled,
|
||||
priority: 1,
|
||||
label: gettext('Search Objects...'),
|
||||
data: {
|
||||
'data_disabled': gettext('Please select a database from the browser tree to search the database objects.'),
|
||||
},
|
||||
}, {
|
||||
name: 'search_objects',
|
||||
module: this,
|
||||
|
||||
Reference in New Issue
Block a user