Added the possibility to clear monitor data

This commit is contained in:
Ponkhy
2021-08-29 18:47:01 +02:00
parent 78b7e36a38
commit 1952e34110
6 changed files with 153 additions and 4 deletions

View File

@@ -254,6 +254,13 @@ export default {
this.importantHeartbeatList = {}
},
clearEvents(monitorID, callback) {
socket.emit("clearEvents", monitorID, callback)
},
clearHeartbeats(monitorID, callback) {
socket.emit("clearHeartbeats", monitorID, callback)
},
},
computed: {