mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Significantly improve connection loss detection and handling in the query tool. Fixes #2815
This commit is contained in:
committed by
Dave Page
parent
c3ddb7df38
commit
e0da9c5a0c
@@ -202,6 +202,9 @@ class ServerModule(sg.ServerGroupPluginModule):
|
||||
"""
|
||||
ServerType.register_preferences()
|
||||
|
||||
def get_exposed_url_endpoints(self):
|
||||
return ['NODE-server.connect_id']
|
||||
|
||||
|
||||
class ServerMenuItem(MenuItem):
|
||||
def __init__(self, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user