mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 18:19:16 +08:00
Merge branch 'master' into tls-expiry
# Conflicts: # server/model/monitor.js
This commit is contained in:
@@ -294,6 +294,11 @@ export default {
|
||||
text: "Down",
|
||||
color: "danger"
|
||||
};
|
||||
} else if (lastHeartBeat.status === 2) {
|
||||
result[monitorID] = {
|
||||
text: "Pending",
|
||||
color: "warning"
|
||||
};
|
||||
} else {
|
||||
result[monitorID] = unknown;
|
||||
}
|
||||
|
Reference in New Issue
Block a user