mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 19:46:26 -04:00
Fix save docker host issue
This commit is contained in:
parent
f3322398e5
commit
8ced61697a
4 changed files with 18 additions and 9 deletions
|
@ -26,8 +26,8 @@ class DockerHost {
|
|||
}
|
||||
|
||||
bean.user_id = userID;
|
||||
bean.docker_daemon = dockerHost.docker_daemon;
|
||||
bean.docker_type = dockerHost.docker_type;
|
||||
bean.docker_daemon = dockerHost.dockerDaemon;
|
||||
bean.docker_type = dockerHost.dockerType;
|
||||
bean.name = dockerHost.name;
|
||||
|
||||
await R.store(bean);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue