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:
Khushboo Vashi
2019-12-03 11:52:02 +05:30
committed by Akshay Joshi
parent ac2bd5e6ee
commit d476343b99
4 changed files with 27 additions and 49 deletions

View File

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