mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 20:38:10 -04:00
Merge branch 'master' into tls-expiry
# Conflicts: # server/model/monitor.js
This commit is contained in:
commit
5b18a6a518
18 changed files with 134 additions and 30 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue