mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 05:41:10 +08:00
Fixing the editing of docker container & adding english translation
This commit is contained in:
@@ -369,6 +369,7 @@ class Monitor extends BeanModel {
|
||||
let res = await axios.request(options);
|
||||
if (res.data.State.Running) {
|
||||
bean.status = UP;
|
||||
bean.msg = "";
|
||||
}
|
||||
} else {
|
||||
bean.msg = "Unknown Monitor Type";
|
||||
|
Reference in New Issue
Block a user