mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-30 03:00:40 +00:00
chore: better up message
Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
cef0a0faf4
commit
0be8b111e2
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class Monitor extends BeanModel {
|
|||
|
||||
if (children.length > 0) {
|
||||
bean.status = UP;
|
||||
bean.msg = "All childs up and running";
|
||||
bean.msg = "All children up and running";
|
||||
for (const child of children) {
|
||||
if (!child.active) {
|
||||
// Ignore inactive childs
|
||||
|
|
Loading…
Reference in a new issue