mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Enhance the logic to change the label from 'Delete/Drop' to 'Remove' for the server and server group node. Fixes #4923
This commit is contained in:
committed by
Akshay Joshi
parent
ac2bd5e6ee
commit
d476343b99
@@ -58,6 +58,8 @@ define('pgadmin.node.server', [
|
||||
dialogHelp: url_for('help.static', {'filename': 'server_dialog.html'}),
|
||||
label: gettext('Server'),
|
||||
canDrop: true,
|
||||
dropAsRemove: true,
|
||||
dropPriority: 5,
|
||||
hasStatistics: true,
|
||||
hasCollectiveStatistics: true,
|
||||
can_expand: function(d) {
|
||||
|
Reference in New Issue
Block a user