Update server/model/monitor.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Frank Elsinga
2026-01-05 08:41:11 +01:00
committed by GitHub
co-authored by Copilot
parent 3ae495e33b
commit b25b2c7faa
+1 -1
View File
@@ -779,7 +779,7 @@ class Monitor extends BeanModel {
}
} else {
bean.status = PENDING;
bean.msg = "Container has not reported its health and is currentlty " + res.data.State.Status;
bean.msg = "Container has not reported its health and is currently " + res.data.State.Status;
}
} else if (this.type === "mysql") {
let startTime = dayjs().valueOf();