Merge pull request #464 from chakflying/fix-delete-monitor

Fix: clear important beats after deleteMonitor
This commit is contained in:
Louis Lam
2021-09-29 15:39:57 +08:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -638,6 +638,8 @@ exports.entryPage = "dashboard";
});
await sendMonitorList(socket);
// Clear heartbeat list on client
await sendImportantHeartbeatList(socket, monitorID, true, true);
} catch (e) {
callback({