1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

feat: adds option to instantly redirect to new container (#3897)

This commit is contained in:
Amir Raminfar
2025-05-18 18:14:06 -07:00
committed by GitHub
parent 7a0296fc30
commit fd663b9c0e
6 changed files with 42 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ type Settings struct {
ShowAllContainers bool `json:"showAllContainers"`
SoftWrap bool `json:"softWrap"`
CollapseNav bool `json:"collapseNav"`
AutomaticRedirect bool `json:"automaticRedirect"`
AutomaticRedirect string `json:"automaticRedirect"`
Size string `json:"size,omitempty"`
Compact bool `json:"compact"`
LightTheme string `json:"lightTheme,omitempty"`