mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the server heartbeat logging issue when server is removed. #5567
This commit is contained in:
@@ -227,6 +227,9 @@ define('pgadmin.node.server', [
|
||||
}
|
||||
t.unload(i);
|
||||
}
|
||||
pgBrowser.Events.trigger(
|
||||
'pgadmin:server:disconnect', {item: i, data: d}, false
|
||||
);
|
||||
}})
|
||||
.fail(function(xhr, status, error) {
|
||||
Notify.pgRespErrorNotify(xhr, error);
|
||||
|
||||
Reference in New Issue
Block a user