Modify the logic to show the connection string for the shared servers. #4728

This commit is contained in:
Akshay Joshi
2023-01-24 17:22:54 +05:30
parent 7dc0c1d05c
commit fd1c26408b
3 changed files with 22 additions and 14 deletions

View File

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