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),
|
server_icon_and_background(connected, manager, server),
|
||||||
True,
|
True,
|
||||||
self.node_type,
|
self.node_type,
|
||||||
|
username=server.username,
|
||||||
user=user,
|
user=user,
|
||||||
connected=connected,
|
connected=connected,
|
||||||
shared=server.shared,
|
shared=server.shared,
|
||||||
|
|||||||
Reference in New Issue
Block a user