Send the username to server node when created. #5702

pull/5812/head
Aditya Toshniwal 2023-02-02 13:58:09 +05:30 committed by GitHub
parent adc7155fe9
commit cdc1248794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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