mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-11 04:38:31 -04:00
WIP: Add options for chart period
Fix: Fix callback, add toast on error Fix: Improve styling Fix: Restore default chart behavior Fix: Replace 1h with 3h draft only
This commit is contained in:
parent
c9549c0de2
commit
b83c59e308
4 changed files with 111 additions and 16 deletions
|
@ -328,6 +328,10 @@ export default {
|
|||
clearStatistics(callback) {
|
||||
socket.emit("clearStatistics", callback);
|
||||
},
|
||||
|
||||
getMonitorBeats(monitorID, period, callback) {
|
||||
socket.emit("getMonitorBeats", monitorID, period, callback);
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue