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:
@@ -392,9 +392,10 @@ define('tools.restore', [
|
||||
module: this,
|
||||
applies: ['tools'],
|
||||
callback: 'restore_objects',
|
||||
priority: 13,
|
||||
priority: 2,
|
||||
label: gettext('Restore...'),
|
||||
icon: 'fa fa-upload',
|
||||
below: true,
|
||||
enable: supportedNodes.enabled.bind(
|
||||
null, pgBrowser.tree, menuUtils.restoreSupportedNodes
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user