mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-03 12:06:04 -04:00
Added trailing comma, fixed spelling & translation
This commit is contained in:
parent
9619d31a05
commit
4818bb67d6
4 changed files with 5 additions and 4 deletions
|
@ -350,7 +350,7 @@ class Monitor extends BeanModel {
|
|||
}
|
||||
|
||||
} else if (this.type === "docker") {
|
||||
debug(`[${this.name}] Prepare Options for axios`);
|
||||
debug(`[${this.name}] Prepare Options for Axios`);
|
||||
|
||||
const options = {
|
||||
url: `/containers/${this.docker_container}/json`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue