mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-06 16:09:20 +08:00
Added clear all db statistics function
This commit is contained in:
@@ -261,6 +261,10 @@ export default {
|
||||
clearHeartbeats(monitorID, callback) {
|
||||
socket.emit("clearHeartbeats", monitorID, callback)
|
||||
},
|
||||
|
||||
clearStatistics(callback) {
|
||||
socket.emit("clearStatistics", callback)
|
||||
},
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
Reference in New Issue
Block a user