mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-15 10:11:52 -04:00
Fixing the editing of docker container & adding english translation
This commit is contained in:
parent
b0259b5592
commit
c5cc42272f
3 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue