mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Send the username to server node when created. #5702
This commit is contained in:
@@ -1194,6 +1194,7 @@ class ServerNode(PGChildNodeView):
|
||||
server_icon_and_background(connected, manager, server),
|
||||
True,
|
||||
self.node_type,
|
||||
username=server.username,
|
||||
user=user,
|
||||
connected=connected,
|
||||
shared=server.shared,
|
||||
|
||||
Reference in New Issue
Block a user