mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 13:23:07 +01:00
fix: shows container and host name correctly for events. (#3494)
This commit is contained in:
@@ -135,7 +135,7 @@ export class ContainerEventLogEntry extends LogEntry<string> {
|
||||
date: Date,
|
||||
public readonly event: "container-stopped" | "container-started",
|
||||
) {
|
||||
super(message, containerID, date.getTime(), date, "stderr", "info");
|
||||
super(message, containerID, date.getTime(), date, "stderr", "unknown");
|
||||
}
|
||||
getComponent(): Component {
|
||||
return ContainerEventLogItem;
|
||||
|
||||
Reference in New Issue
Block a user