Added Quick Search functionality for menu items and help articles. Fixes #6148

This commit is contained in:
Pramod Ahire
2021-02-02 14:47:58 +05:30
committed by Akshay Joshi
parent f7214b7cfe
commit b948f43dda
36 changed files with 877 additions and 25 deletions

View File

@@ -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++) {