mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Modify the logic to show the connection string for the shared servers. #4728
This commit is contained in:
@@ -1029,7 +1029,7 @@ class ServerNode(PGChildNodeView):
|
||||
'gss_encrypted': manager.gss_encrypted,
|
||||
'cloud_status': server.cloud_status,
|
||||
'connection_params': connection_params,
|
||||
'connection_string': manager.connection_string
|
||||
'connection_string': manager.display_connection_string
|
||||
}
|
||||
|
||||
return ajax_response(response)
|
||||
|
||||
Reference in New Issue
Block a user