mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-06 22:01:18 +08:00
Added a settings page & localization
This commit is contained in:
@@ -48,6 +48,9 @@ class DockerHost {
|
||||
throw new Error("docker host not found");
|
||||
}
|
||||
|
||||
// Delete removed proxy from monitors if exists
|
||||
await R.exec("UPDATE monitor SET docker_host = null WHERE docker_host = ?", [ dockerHostID ]);
|
||||
|
||||
await R.trash(bean);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user