mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 13:23:07 +01:00
fix: improves styles for redirect alert
This commit is contained in:
@@ -102,7 +102,7 @@ export class DockerEventLogEntry extends LogEntry<string> {
|
||||
constructor(
|
||||
message: string,
|
||||
date: Date,
|
||||
public readonly event: string,
|
||||
public readonly event: "container-stopped" | "container-started",
|
||||
) {
|
||||
super(message, date.getTime(), date, "stderr", "info");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user