chore: better up message

Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
pull/2693/head
Peace 1 year ago committed by GitHub
parent cef0a0faf4
commit 0be8b111e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save