mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Added support for setting PostgreSQL connection parameters. #4728
2) Fixed an issue where Kerberos authentication to the server is not imported/exported. #5732 3) Increase the length of the value column of the setting table. #5746 4) Upgrade Flask-Migrate to 4.0.0. #5525
This commit is contained in:
@@ -29,6 +29,7 @@ define('pgadmin.node.server', [
|
||||
type: 'server',
|
||||
dialogHelp: url_for('help.static', {'filename': 'server_dialog.html'}),
|
||||
label: gettext('Server'),
|
||||
width: pgBrowser.stdW.md + 'px',
|
||||
canDrop: function(node){
|
||||
let serverOwner = node.user_id;
|
||||
return !(serverOwner != current_user.id && !_.isUndefined(serverOwner));
|
||||
|
||||
Reference in New Issue
Block a user