Fix save docker host issue

This commit is contained in:
Louis Lam 2022-07-30 19:48:12 +08:00
parent f3322398e5
commit 8ced61697a
4 changed files with 18 additions and 9 deletions

View file

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