Fix save docker host issue
This commit is contained in:
@@ -139,7 +139,7 @@ async function sendDockerHostList(socket) {
|
||||
]);
|
||||
|
||||
for (let bean of list) {
|
||||
result.push(bean.export());
|
||||
result.push(bean.toJSON());
|
||||
}
|
||||
|
||||
io.to(socket.userID).emit("dockerHostList", result);
|
||||
|
||||
Reference in New Issue
Block a user