mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 07:34:07 -08:00
Update server/model/monitor.js
As per recommendation of @Computroniks Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
29df70949d
commit
84a0b24448
|
@ -377,6 +377,7 @@ class Monitor extends BeanModel {
|
|||
bean.status = UP;
|
||||
bean.msg = "";
|
||||
}
|
||||
|
||||
} else {
|
||||
bean.msg = "Unknown Monitor Type";
|
||||
bean.status = PENDING;
|
||||
|
|
Loading…
Reference in a new issue