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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue