Significantly improve connection loss detection and handling in the query tool. Fixes #2815

This commit is contained in:
Harshal Dhumal
2018-02-01 14:29:18 +01:00
committed by Dave Page
parent c3ddb7df38
commit e0da9c5a0c
15 changed files with 1648 additions and 807 deletions

View File

@@ -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):