Added a settings page & localization

This commit is contained in:
c0derMo
2022-07-24 12:34:43 +00:00
parent e356d5f623
commit fb3b407577
6 changed files with 74 additions and 9 deletions

View File

@@ -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);
}