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
@@ -398,6 +398,9 @@ define('tools.restore', [
|
||||
enable: supportedNodes.enabled.bind(
|
||||
null, pgBrowser.treeMenu, menuUtils.restoreSupportedNodes
|
||||
),
|
||||
data: {
|
||||
'data_disabled': gettext('Please select any schema or table from the browser tree to Restore data.'),
|
||||
},
|
||||
}];
|
||||
|
||||
for (var idx = 0; idx < menuUtils.restoreSupportedNodes.length; idx++) {
|
||||
|
||||
Reference in New Issue
Block a user