mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Save the treeview state periodically, and restore it automatically when reconnecting. Fixes #1253
This commit is contained in:
committed by
Dave Page
parent
44ef501283
commit
528ea88dec
@@ -585,7 +585,8 @@ class ServerNode(PGChildNodeView):
|
||||
server_icon_and_background(connected, manager, server),
|
||||
True,
|
||||
self.node_type,
|
||||
connected=False,
|
||||
connected=connected,
|
||||
user=manager.user_info if connected else None,
|
||||
server_type='pg' # default server type
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user