mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Rearrange tools menu on the basis of usability and form groups of similar sub-menus.
This commit is contained in:
@@ -34,8 +34,9 @@ define([
|
||||
applies: ['tools'],
|
||||
callback: 'show_search_objects',
|
||||
enable: this.search_objects_enabled,
|
||||
priority: 1,
|
||||
priority: 3,
|
||||
label: gettext('Search Objects...'),
|
||||
below: true,
|
||||
data: {
|
||||
data_disabled: gettext('Please select a database from the browser tree to search the database objects.'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user