1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 07:56:37 +01:00

feat: improves toasts for mobile (#3547)

This commit is contained in:
Amir Raminfar
2025-01-13 11:16:17 -08:00
committed by GitHub
parent 691a89660e
commit 368646a7a3
11 changed files with 159 additions and 130 deletions

View File

@@ -236,6 +236,7 @@ func (c *Client) StreamEvents(ctx context.Context, events chan<- docker.Containe
ActorID: resp.Event.ActorId,
Name: resp.Event.Name,
Host: resp.Event.Host,
Time: resp.Event.Timestamp.AsTime(),
}
}
}